aboutsummaryrefslogtreecommitdiff
path: root/buildMinGW.conf
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2009-05-15 22:41:11 +0000
committerDavid <david@xagasoft.com>2009-05-15 22:41:11 +0000
commit1079ed56365a60ad873b276a29868640f5ee4dcc (patch)
tree7f8dcf912cdf93b16792587e2644e946f7a0e2c7 /buildMinGW.conf
parent624dc90e258160021b3702a6804e5841e0560505 (diff)
downloadlibbu++-1079ed56365a60ad873b276a29868640f5ee4dcc.tar.gz
libbu++-1079ed56365a60ad873b276a29868640f5ee4dcc.tar.bz2
libbu++-1079ed56365a60ad873b276a29868640f5ee4dcc.tar.xz
libbu++-1079ed56365a60ad873b276a29868640f5ee4dcc.zip
daivd - -D_POSIX_SOURCE
Diffstat (limited to '')
-rw-r--r--buildMinGW.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildMinGW.conf b/buildMinGW.conf
index 6702973..e61b949 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" 12set "CXXFLAGS" += "-ggdb -Wall -D_POSIX_SOURCE"
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",