Revision: | 637 |
Committed: | 2005-12-31T21:32:21-08:00 (19 years, 5 months ago) by douglas |
Content type: | text/x-sh |
Original Path: | SiteMapper/make.sh |
File size: | 341 byte(s) |
Log Message: | Use ext::RedBlackMap and ext::Vector instead of std::multimap. |
# | 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 | |
17 | c++:link 'binary/SiteMapper' *.cpp -- "${libmenes[@]}" |
18 | |
19 | source "${menes}/build-sh.d/fini.sh" |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | Id |