aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-10 22:27:37 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-10 22:27:37 +0000
commit97d529fac68105f0d3d34c699a4ac10489c705e8 (patch)
tree409473d54238525c7b41347458448a19c909ad8a /build.conf
parent47cda1de3cfde56d8a8a69d535d38309bc2b7981 (diff)
downloadbuild-97d529fac68105f0d3d34c699a4ac10489c705e8.tar.gz
build-97d529fac68105f0d3d34c699a4ac10489c705e8.tar.bz2
build-97d529fac68105f0d3d34c699a4ac10489c705e8.tar.xz
build-97d529fac68105f0d3d34c699a4ac10489c705e8.zip
Almost done tweaking the variable system, it needed support for local, or
"extra" variables.
Diffstat (limited to '')
-rw-r--r--build.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index 32ce750..640fbff 100644
--- a/build.conf
+++ b/build.conf
@@ -33,3 +33,4 @@ rule "flex":
33 matches regexp("(.*)\\.l$"), 33 matches regexp("(.*)\\.l$"),
34 produces "{re:1}.yy.c", 34 produces "{re:1}.yy.c",
35 perform command("flex --bison-bridge --bison-locations -o {target} {match}") 35 perform command("flex --bison-bridge --bison-locations -o {target} {match}")
36