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