aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-23 22:09:30 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-23 22:09:30 +0000
commitd2fe7edb2bfea20987a1f69935179fa5fc9f3b37 (patch)
treeee35479f264788bf43b7904f31a528699b53e955 /build.conf
parent7a7390337e04d0163b97c1da7bdaa198bacaff72 (diff)
downloadbuild-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.tar.gz
build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.tar.bz2
build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.tar.xz
build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.zip
Really close...functions are doing their stuff, we have inputs, almost have rules.
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 6a1b611..32ce750 100644
--- a/build.conf
+++ b/build.conf
@@ -11,7 +11,7 @@ set "CXXFLAGS" += "-ggdb"
11 target file, 11 target file,
12 requires "libbu++/libbu++.a", 12 requires "libbu++/libbu++.a",
13 set "CXXFLAGS" += "-Ilibbu++/src", 13 set "CXXFLAGS" += "-Ilibbu++/src",
14 input filesIn("src") 14 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$")
15 15
16rule "exe": 16rule "exe":
17 matches regexp("(.*)\\.o$"), 17 matches regexp("(.*)\\.o$"),