diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-19 11:31:18 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-19 11:31:18 -0700 |
commit | 09eb0733854da12146570060e84f5f7b4203e1bc (patch) | |
tree | 217986bff60af512c87688aa3309cf81ac3b4a1f /default.bld | |
parent | 3232d0069421a1585e7e42f503c1ed7b1910891c (diff) | |
download | stage-09eb0733854da12146570060e84f5f7b4203e1bc.tar.gz stage-09eb0733854da12146570060e84f5f7b4203e1bc.tar.bz2 stage-09eb0733854da12146570060e84f5f7b4203e1bc.tar.xz stage-09eb0733854da12146570060e84f5f7b4203e1bc.zip |
Added gats, verified in linux and win32.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 2747296..3a5453a 100644 --- a/default.bld +++ b/default.bld | |||
@@ -47,13 +47,13 @@ target "stage" | |||
47 | rule "exe"; | 47 | rule "exe"; |
48 | input files("src/*.y", "src/*.l", "src/*.cpp", "src/version.h"); | 48 | input files("src/*.y", "src/*.l", "src/*.cpp", "src/version.h"); |
49 | 49 | ||
50 | CXXFLAGS="-ggdb"; | 50 | CXXFLAGS="-ggdb -Ilibgats"; |
51 | CFLAGS="-ggdb"; | 51 | CFLAGS="-ggdb"; |
52 | 52 | ||
53 | FLEXFLAGS="-osrc/parser.yy.c --header-file=src/parser.yy.h"; | 53 | FLEXFLAGS="-osrc/parser.yy.c --header-file=src/parser.yy.h"; |
54 | BISONFLAGS="-d"; | 54 | BISONFLAGS="-d"; |
55 | 55 | ||
56 | LDFLAGS += "-lbu++ -ldl"; | 56 | LDFLAGS += "-lbu++ -ldl -Llibgats -lgats"; |
57 | } | 57 | } |
58 | 58 | ||
59 | /* | 59 | /* |