Revision: | 968 |
Committed: | 2007-12-15T14:44:41-08:00 (17 years, 6 months ago) by douglas |
Content type: | text/x-sh |
File size: | 329 byte(s) |
Log Message: | Update to latest Menes build system, grr! |
# | Content |
---|---|
1 | #!/usr/bin/env bash |
2 | # Douglas Thrift |
3 | # |
4 | # Google Tron |
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 'FeepingCreaturism' *.cpp -- "${libmenes[@]}" |
18 | |
19 | source "${menes}/make.sh/fini.sh" |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Id |