diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:55:31 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:55:31 +0000 |
commit | 2913e17def90109ac83922e55a9df8999844ec58 (patch) | |
tree | 435d08bb62e3bfa045bcb4a59a9fcfba049fae1d /build.conf | |
parent | a1bc3936b85eab573361026ae323c1a02e0f0ccd (diff) | |
download | build-2913e17def90109ac83922e55a9df8999844ec58.tar.gz build-2913e17def90109ac83922e55a9df8999844ec58.tar.bz2 build-2913e17def90109ac83922e55a9df8999844ec58.tar.xz build-2913e17def90109ac83922e55a9df8999844ec58.zip |
Since libbu++-reorg is now the trunk, build has been updated to work with it.
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ set "CXXFLAGS" += "-ggdb" | |||
9 | target file, | 9 | target file, |
10 | requires "libbu++/libbu++.a", | 10 | requires "libbu++/libbu++.a", |
11 | set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl", | 11 | set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl", |
12 | set "CXXFLAGS" += "-Ilibbu++/src", | 12 | set "CXXFLAGS" += "-Ilibbu++", |
13 | set "FLEXFLAGS" = "--bison-bridge --bison-locations", | 13 | set "FLEXFLAGS" = "--bison-bridge --bison-locations", |
14 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") | 14 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") |
15 | 15 | ||