aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-04-24 14:09:50 +0000
committerMike Buland <eichlan@xagasoft.com>2007-04-24 14:09:50 +0000
commitff938b977db21378a1f016f65e7345c50e71ef8f (patch)
tree0f05b9b5b5ea13ce234cdd27e1eb8ccbccb2dc51 /build.conf
parentbe41caa5ca6756c7809cabaf6d8bee321928c45a (diff)
downloadbuild-ff938b977db21378a1f016f65e7345c50e71ef8f.tar.gz
build-ff938b977db21378a1f016f65e7345c50e71ef8f.tar.bz2
build-ff938b977db21378a1f016f65e7345c50e71ef8f.tar.xz
build-ff938b977db21378a1f016f65e7345c50e71ef8f.zip
Half way there on the road to implementing basic group functionality. You can
create groups, you can't do anything with them yet (although the syntax is supported already.)
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 6da97e2..01ef6b6 100644
--- a/build.conf
+++ b/build.conf
@@ -10,6 +10,7 @@ set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl"
10"build": 10"build":
11 rule "exe", 11 rule "exe",
12 target file, 12 target file,
13 group "program",
13 requires "libbu++/libbu++.a", 14 requires "libbu++/libbu++.a",
14 set "CXXFLAGS" += "-Ilibbu++/src", 15 set "CXXFLAGS" += "-Ilibbu++/src",
15 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") 16 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$")