# | Line 1 | Line 1 | |
---|---|---|
1 | #!/usr/bin/env bash | |
2 | # Douglas Thrift | |
3 | # | |
4 | < | # Decentralized Media |
4 | > | # Site Mapper |
5 | # | |
6 | # $Id$ | |
7 | ||
# | Line 13 | Line 13 | 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 $(pkg-config --cflags-only-I bmp) -I. |
17 | – | hi-ld-flags $(pkg-config --libs-only-L bmp) $(pkg-config --libs-only-l bmp) |
16 | ||
17 | < | c++:binary 'DecentralizedMedia' *.hh *.cpp -- "${libmenes[@]}" |
17 | > | c++:link 'SiteMapper' *.cpp -- "${libmenes[@]}" |
18 | ||
19 | source "${menes}/build-sh.d/fini.sh" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |