diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-22 05:04:16 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-22 05:04:16 +0000 |
commit | b78ea37a6f8d289b9adb2b5bc565716168a00060 (patch) | |
tree | a19fd9489e7c7170882c52edae5f532141bec2e8 /pymake.conf | |
parent | e95c31f841b67fc69d93ec650fe285d34f996a1e (diff) | |
download | build-b78ea37a6f8d289b9adb2b5bc565716168a00060.tar.gz build-b78ea37a6f8d289b9adb2b5bc565716168a00060.tar.bz2 build-b78ea37a6f8d289b9adb2b5bc565716168a00060.tar.xz build-b78ea37a6f8d289b9adb2b5bc565716168a00060.zip |
The basic outline for all of the initial functions and rules has been set. The
parser and scanner are using the new system so they actually match functions
and whatnot and pass that data to the parser, it's very cool.
Diffstat (limited to '')
-rw-r--r-- | pymake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pymake.conf b/pymake.conf index 61fa512..4141407 100644 --- a/pymake.conf +++ b/pymake.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | ## Global flag section, uncomment to set flags which will be applied to all | 4 | ## Global flag section, uncomment to set flags which will be applied to all |
5 | CXXFLAGS: -ggdb -Ilibbu++/src | 5 | CXXFLAGS: -ggdb -Ilibbu++/src |
6 | LDFLAGS: -Llibbu++ -lbu++ | 6 | LDFLAGS: -Llibbu++ -lbu++ -ldl |
7 | 7 | ||
8 | [BUILD] | 8 | [BUILD] |
9 | FILE: src/build.y | 9 | FILE: src/build.y |