From 89b5cb358a13e7229487fe3c22785942d329b018 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 7 Aug 2006 05:37:32 +0000 Subject: Updated the lexer to not include + or = in string literals outside of quotes. Added the new make style viewer, the simplest, lamest viewer, but it looks just like the output of make. Very useful for debugging and seeing what's going on. --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 7e54491..dc847c8 100644 --- a/build.conf +++ b/build.conf @@ -10,7 +10,7 @@ set CXXFLAGS += "-ggdb" set CXXFLAGS += "-Ilibbu++/src" set LDFLAGS += "-Llibbu++ -lbu++" -build requires libbu++/libbu++.a +build requires "libbu++/libbu++.a" /(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" -- cgit v1.2.3