Revision: | 635 |
Committed: | 2005-12-31T16:12:15-08:00 (19 years, 5 months ago) by douglas |
Content type: | text/x-sh |
Original Path: | SiteMapper/make.sh |
File size: | 372 byte(s) |
Log Message: | Moo! |
# | Content |
---|---|
1 | #!/usr/bin/env bash |
2 | # Douglas Thrift |
3 | # |
4 | # Site Mapper |
5 | # |
6 | # $Id$ |
7 | |
8 | menes='menes' |
9 | |
10 | source "${menes}/build-sh.d/init.sh" |
11 | source "${menes}/build-sh.d/c++.sh" |
12 | source "${menes}/build-sh.d/menes.sh" |
13 | |
14 | hi-ccxx-flags -Onone -g -DNFINLINE |
15 | hi-ld-flags -Onone -g |
16 | hi-ccxx-flags -DMENES_STL_CONVERTABLE |
17 | |
18 | c++:link 'SiteMapper' *.cpp -- "${libmenes[@]}" |
19 | |
20 | source "${menes}/build-sh.d/fini.sh" |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Id |