aboutsummaryrefslogtreecommitdiff
path: root/buildMinGW.conf
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2009-05-22 16:39:18 +0000
committerDavid <david@xagasoft.com>2009-05-22 16:39:18 +0000
commit98e1848ebf1024f28e82ee39cc6a81bd2b14d4fa (patch)
treecb1be77145b63a6f97808d9f3987a283f3dedab1 /buildMinGW.conf
parentd908cc68a7c3fe49814ba459f0ee33dc44decf5b (diff)
downloadlibbu++-98e1848ebf1024f28e82ee39cc6a81bd2b14d4fa.tar.gz
libbu++-98e1848ebf1024f28e82ee39cc6a81bd2b14d4fa.tar.bz2
libbu++-98e1848ebf1024f28e82ee39cc6a81bd2b14d4fa.tar.xz
libbu++-98e1848ebf1024f28e82ee39cc6a81bd2b14d4fa.zip
daivd - got rid of posix source thing
Diffstat (limited to 'buildMinGW.conf')
-rw-r--r--buildMinGW.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildMinGW.conf b/buildMinGW.conf
index e61b949..6702973 100644
--- a/buildMinGW.conf
+++ b/buildMinGW.conf
@@ -9,7 +9,7 @@ default action: check group "lnhdrs", check "libbu++win.a"
9"tests" action: check group "lnhdrs", check group "tests" 9"tests" action: check group "lnhdrs", check group "tests"
10"all" action: check group "lnhdrs", check targets() 10"all" action: check group "lnhdrs", check targets()
11 11
12set "CXXFLAGS" += "-ggdb -Wall -D_POSIX_SOURCE" 12set "CXXFLAGS" += "-ggdb -Wall"
13 13
14filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): 14filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"):
15 rule "hln", 15 rule "hln",