aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-03-15 04:03:52 +0000
committerMike Buland <eichlan@xagasoft.com>2007-03-15 04:03:52 +0000
commit46725741fc82866e41652dee7adeddf376fde618 (patch)
treec3577a311ce4a5242f7eaf0d8359649013fb4cf8 /build.conf
parent571f489db6a49809e29c6b1f9c3f2fd08089f012 (diff)
downloadlibbu++-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 'build.conf')
-rw-r--r--build.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index a9c6d49..5c4dbb6 100644
--- a/build.conf
+++ b/build.conf
@@ -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
8set "CXXFLAGS" += "-ggdb -Wall" 9set "CXXFLAGS" += "-ggdb -Wall"
9 10