aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-27 15:42:50 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-27 15:42:50 +0000
commit5ec9a131e12d021c42b46b601f5e79502485bebb (patch)
tree31d63d293a6c5bc6ea1d677474380ea48976add4 /build.conf
parent01ecf54b07e75c17ca5f7039084daeefaea9a1c7 (diff)
downloadlibbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.tar.gz
libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.tar.bz2
libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.tar.xz
libbu++-5ec9a131e12d021c42b46b601f5e79502485bebb.zip
The MemBuf works just fine, although it still can't over-write data in the
buffer.
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/build.conf b/build.conf
index f493d67..d994977 100644
--- a/build.conf
+++ b/build.conf
@@ -41,15 +41,6 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"):
41 41
42["tests/itoqueue1", "tests/itoqueue2"]: set "LDFLAGS" += "-lpthread" 42["tests/itoqueue1", "tests/itoqueue2"]: set "LDFLAGS" += "-lpthread"
43 43
44directoriesIn("src/unit","unit/"):
45 rule "exe",
46 target file,
47 group "tests",
48 requires "libbu++.a",
49 set "CXXFLAGS" += "-Isrc",
50 set "LDFLAGS" += "-L. -lbu++",
51 input filesIn("{fulldir}") filter regexp("^.*\\.cpp$")
52
53filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): 44filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"):
54 rule "exe", 45 rule "exe",
55 target file, 46 target file,