diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-21 15:24:10 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-21 15:24:10 +0000 |
commit | e95c31f841b67fc69d93ec650fe285d34f996a1e (patch) | |
tree | bb0153ba0ee01958743d31be70a73b032b3ea2fc /build.conf | |
parent | 4887f62bea708f24e03b3f926f2698c60a94c807 (diff) | |
download | build-e95c31f841b67fc69d93ec650fe285d34f996a1e.tar.gz build-e95c31f841b67fc69d93ec650fe285d34f996a1e.tar.bz2 build-e95c31f841b67fc69d93ec650fe285d34f996a1e.tar.xz build-e95c31f841b67fc69d93ec650fe285d34f996a1e.zip |
Alright, the grammer is almost there, just debugging, in what I call extreme-
debugging mode. If you wanted something intelligable, don't use this one.
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ default action: check "build", check "cleanup" | |||
4 | rule "exe", | 4 | rule "exe", |
5 | target file, | 5 | target file, |
6 | set "CXXFLAGS" = "-lBob", | 6 | set "CXXFLAGS" = "-lBob", |
7 | input [files("src/{target}"), files("src/shared")] | 7 | input [files("src/{target}" ), files("src/shared")] |
8 | 8 | ||
9 | [directoryName("src/tests")] filter /src\/tests/(.*)/tests\/{re:1}/: | 9 | [directoryName("src/tests")] filter /src\/tests/(.*)/tests\/{re:1}/: |
10 | rule "exe", | 10 | rule "exe", |