diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-08-14 21:20:30 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-08-14 21:20:30 +0000 |
commit | e3180ada12753c23d67be6a9eb9c19fb92f6c8e5 (patch) | |
tree | a59cb4230c20d13a3cdf74b88bb78e87729dcfd1 /build.conf | |
parent | c6a908253d0264834878fabbe0e7e78c42b11284 (diff) | |
download | build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.tar.gz build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.tar.bz2 build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.tar.xz build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.zip |
Corrected some logic, and ensured that build always builds against the static
version of libbu++, just to be safe.
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ set "CXXFLAGS" += "-ggdb" | |||
8 | rule "exe", | 8 | rule "exe", |
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++ -Wl,-Bstatic -lbu++ -Wl,-Bdynamic -ldl", |
12 | set "CXXFLAGS" += "-Ilibbu++", | 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)$") |