From b78ea37a6f8d289b9adb2b5bc565716168a00060 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Aug 2006 05:04:16 +0000 Subject: 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. --- pymake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pymake.conf') diff --git a/pymake.conf b/pymake.conf index 61fa512..4141407 100644 --- a/pymake.conf +++ b/pymake.conf @@ -3,7 +3,7 @@ ## Global flag section, uncomment to set flags which will be applied to all CXXFLAGS: -ggdb -Ilibbu++/src -LDFLAGS: -Llibbu++ -lbu++ +LDFLAGS: -Llibbu++ -lbu++ -ldl [BUILD] FILE: src/build.y -- cgit v1.2.3