diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-15 04:03:52 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-15 04:03:52 +0000 |
commit | 46725741fc82866e41652dee7adeddf376fde618 (patch) | |
tree | c3577a311ce4a5242f7eaf0d8359649013fb4cf8 /build.conf | |
parent | 571f489db6a49809e29c6b1f9c3f2fd08089f012 (diff) | |
download | libbu++-46725741fc82866e41652dee7adeddf376fde618.tar.gz libbu++-46725741fc82866e41652dee7adeddf376fde618.tar.bz2 libbu++-46725741fc82866e41652dee7adeddf376fde618.tar.xz libbu++-46725741fc82866e41652dee7adeddf376fde618.zip |
FString is totally usable, a few more helpers must be written before it surpases
the other classes in functionality. It's already rather fast.
Diffstat (limited to '')
-rw-r--r-- | build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ default action: check "libbu++.a" | |||
4 | "clean" action: clean targets() | 4 | "clean" action: clean targets() |
5 | "tests" action: check targets() filter regexp("^tests/.*$") | 5 | "tests" action: check targets() filter regexp("^tests/.*$") |
6 | "all" action: check targets() | 6 | "all" action: check targets() |
7 | "fstring" action: check "tests/fstring" | ||
7 | 8 | ||
8 | set "CXXFLAGS" += "-ggdb -Wall" | 9 | set "CXXFLAGS" += "-ggdb -Wall" |
9 | 10 | ||