summaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-29 10:41:23 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-29 10:41:23 -0700
commit79dce6268850fb1b0d76c15d5399d66bcd286e5f (patch)
tree1ab0e20ce928b93262da820c2aa8a91e86a801f9 /default.bld
parentbae6192c54533e8da95d8ae1ed4d4eccee28c39a (diff)
downloadstage-79dce6268850fb1b0d76c15d5399d66bcd286e5f.tar.gz
stage-79dce6268850fb1b0d76c15d5399d66bcd286e5f.tar.bz2
stage-79dce6268850fb1b0d76c15d5399d66bcd286e5f.tar.xz
stage-79dce6268850fb1b0d76c15d5399d66bcd286e5f.zip
About to add the processing core.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld
index a2a0a8a..0c7f50c 100644
--- a/default.bld
+++ b/default.bld
@@ -8,7 +8,7 @@ target "stage"
8 CXXFLAGS="-ggdb"; 8 CXXFLAGS="-ggdb";
9 CFLAGS="-ggdb"; 9 CFLAGS="-ggdb";
10 10
11 FLEXFLAGS="-osrc/parser.yy.c"; 11 FLEXFLAGS="-osrc/parser.yy.c --header-file=src/parser.yy.h";
12 BISONFLAGS="-d"; 12 BISONFLAGS="-d";
13 13
14 LDFLAGS += "-lbu++"; 14 LDFLAGS += "-lbu++";