diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-11-23 23:47:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-11-23 23:47:37 +0000 |
commit | c9574d3f77081fb4a654d42c298d6ebf34abca51 (patch) | |
tree | 0410f4d63923984eb3fe2daac10bae9145e45032 /build.conf | |
parent | cd215f0da23e16c3f1a7200f2b9f67f23c9b4be7 (diff) | |
download | libbu++-c9574d3f77081fb4a654d42c298d6ebf34abca51.tar.gz libbu++-c9574d3f77081fb4a654d42c298d6ebf34abca51.tar.bz2 libbu++-c9574d3f77081fb4a654d42c298d6ebf34abca51.tar.xz libbu++-c9574d3f77081fb4a654d42c298d6ebf34abca51.zip |
Bu::FString now has insert and remove functions, yay!
Diffstat (limited to '')
-rw-r--r-- | build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): | |||
52 | rule "exe", | 52 | rule "exe", |
53 | target file, | 53 | target file, |
54 | group "tests", | 54 | group "tests", |
55 | group "unit", | ||
55 | requires "libbu++.a", | 56 | requires "libbu++.a", |
56 | set "CXXFLAGS" += "-Isrc", | 57 | set "CXXFLAGS" += "-Isrc", |
57 | set "LDFLAGS" += "-L. -lbu++", | 58 | set "LDFLAGS" += "-L. -lbu++", |