diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-05-11 18:52:24 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-05-11 18:52:24 +0000 |
commit | 794a87fc3a1583cbd7b4e0287e2c3152fc58edf9 (patch) | |
tree | fcb41fb86c5863e148f1039064f1e0184e02c49d | |
parent | ff6852d416d73d07a85537b9c3674204865b6e68 (diff) | |
download | build-794a87fc3a1583cbd7b4e0287e2c3152fc58edf9.tar.gz build-794a87fc3a1583cbd7b4e0287e2c3152fc58edf9.tar.bz2 build-794a87fc3a1583cbd7b4e0287e2c3152fc58edf9.tar.xz build-794a87fc3a1583cbd7b4e0287e2c3152fc58edf9.zip |
Build can now be built with older versions of build again...
-rw-r--r-- | build.conf | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | # build.conf for build, kind of whacky, eh? | 1 | # build.conf for build, kind of whacky, eh? |
2 | 2 | ||
3 | default action: check group "program" | 3 | default action: check "build" |
4 | "clean" action: clean targets() | 4 | "clean" action: clean targets() |
5 | "rebuild" action: clean "build", check "build" | 5 | "rebuild" action: clean "build", check "build" |
6 | 6 | ||
@@ -10,7 +10,6 @@ set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl" | |||
10 | "build": | 10 | "build": |
11 | rule "exe", | 11 | rule "exe", |
12 | target file, | 12 | target file, |
13 | group "program", | ||
14 | requires "libbu++/libbu++.a", | 13 | requires "libbu++/libbu++.a", |
15 | set "CXXFLAGS" += "-Ilibbu++/src", | 14 | set "CXXFLAGS" += "-Ilibbu++/src", |
16 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") | 15 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") |