diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-02 08:14:51 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-02 08:14:51 +0000 |
commit | 395a6409a3f65d7c3c395bf2adae1c0c8caa7c5b (patch) | |
tree | 1c9549ffe9b02560bac66c54bdd19ff5d3641dda /build.conf | |
parent | 4ab0bf24ac9634a12a4a518edecae1d42fa331d9 (diff) | |
download | build-395a6409a3f65d7c3c395bf2adae1c0c8caa7c5b.tar.gz build-395a6409a3f65d7c3c395bf2adae1c0c8caa7c5b.tar.bz2 build-395a6409a3f65d7c3c395bf2adae1c0c8caa7c5b.tar.xz build-395a6409a3f65d7c3c395bf2adae1c0c8caa7c5b.zip |
Just a minor tweak to the build.conf file.
Diffstat (limited to '')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ set CXXFLAGS += "-ggdb" | |||
10 | set CXXFLAGS += "-Ilibbu++/src" | 10 | set CXXFLAGS += "-Ilibbu++/src" |
11 | set LDFLAGS += "-Llibbu++ -lbu++" | 11 | set LDFLAGS += "-Llibbu++ -lbu++" |
12 | 12 | ||
13 | build requires src/libbu++/libbu++.a | 13 | build requires libbu++/libbu++.a |
14 | 14 | ||
15 | /(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" | 15 | /(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" |
16 | 16 | ||