aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-07 05:37:32 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-07 05:37:32 +0000
commit89b5cb358a13e7229487fe3c22785942d329b018 (patch)
tree743e0ec9898dd2329223c7d7972d14ddb110abb1 /build.conf
parent71c3c523aacb0f6986d50f4a7a2e5d604728a4c4 (diff)
downloadbuild-89b5cb358a13e7229487fe3c22785942d329b018.tar.gz
build-89b5cb358a13e7229487fe3c22785942d329b018.tar.bz2
build-89b5cb358a13e7229487fe3c22785942d329b018.tar.xz
build-89b5cb358a13e7229487fe3c22785942d329b018.zip
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.
Diffstat (limited to '')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
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"
10set CXXFLAGS += "-Ilibbu++/src" 10set CXXFLAGS += "-Ilibbu++/src"
11set LDFLAGS += "-Llibbu++ -lbu++" 11set LDFLAGS += "-Llibbu++ -lbu++"
12 12
13build requires libbu++/libbu++.a 13build requires "libbu++/libbu++.a"
14 14
15/(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" 15/(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*"
16 16