diff options
author | David <david@xagasoft.com> | 2008-10-23 00:51:03 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2008-10-23 00:51:03 +0000 |
commit | e7e521b0ddfdbae6407b77020824da614610a04c (patch) | |
tree | e9deccdbd34477341270a77cfd001295da8bb336 /buildMinGW.conf | |
parent | ff4de8ac02eb5f7bad4be800cc1fb6206f8fbd9c (diff) | |
download | libbu++-e7e521b0ddfdbae6407b77020824da614610a04c.tar.gz libbu++-e7e521b0ddfdbae6407b77020824da614610a04c.tar.bz2 libbu++-e7e521b0ddfdbae6407b77020824da614610a04c.tar.xz libbu++-e7e521b0ddfdbae6407b77020824da614610a04c.zip |
david - first steps to getting socket to compile in windows (MinGW)... it compiles, but there are a lot of warnings, and it hasn't been tested yet...
Diffstat (limited to '')
-rw-r--r-- | buildMinGW.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildMinGW.conf b/buildMinGW.conf index 79538e3..84a0d60 100644 --- a/buildMinGW.conf +++ b/buildMinGW.conf | |||
@@ -22,7 +22,7 @@ filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): | |||
22 | target file, | 22 | target file, |
23 | set "CXXFLAGS" += "-I.", | 23 | set "CXXFLAGS" += "-I.", |
24 | #input filesIn("src") filter regexp("^.*\\.cpp$") | 24 | #input filesIn("src") filter regexp("^.*\\.cpp$") |
25 | input ["src/list.cpp", "src/exceptionbase.cpp", "src/fstring.cpp", "src/file.cpp", "src/hash.cpp", "src/sptr.cpp", "src/tafnode.cpp", "src/tafreader.cpp", "src/tafwriter.cpp", "src/stdstream.cpp", "src/stream.cpp", "src/archive.cpp", "src/archival.cpp"] | 25 | input ["src/list.cpp", "src/exceptionbase.cpp", "src/fstring.cpp", "src/file.cpp", "src/hash.cpp", "src/sptr.cpp", "src/tafnode.cpp", "src/tafreader.cpp", "src/tafwriter.cpp", "src/stdstream.cpp", "src/stream.cpp", "src/archive.cpp", "src/archival.cpp", "src/socket.cpp"] |
26 | 26 | ||
27 | rule "exe": | 27 | rule "exe": |
28 | matches regexp("(.*)\\.win_o$"), | 28 | matches regexp("(.*)\\.win_o$"), |