diff options
author | David <david@xagasoft.com> | 2009-05-04 21:40:14 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2009-05-04 21:40:14 +0000 |
commit | c1d2ae38f8dd16c1c931c5626f12ce9bef8e07c8 (patch) | |
tree | aa488f675f49aedd7480e9e3a09f8f5ac81ee181 /buildMinGW.conf | |
parent | f6def73465c162beb08a033cac8287bc49484d1d (diff) | |
download | libbu++-c1d2ae38f8dd16c1c931c5626f12ce9bef8e07c8.tar.gz libbu++-c1d2ae38f8dd16c1c931c5626f12ce9bef8e07c8.tar.bz2 libbu++-c1d2ae38f8dd16c1c931c5626f12ce9bef8e07c8.tar.xz libbu++-c1d2ae38f8dd16c1c931c5626f12ce9bef8e07c8.zip |
david - got bzip2 building for windows... also added default O_BINARY on Bu::File
Diffstat (limited to '')
-rw-r--r-- | buildMinGW.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildMinGW.conf b/buildMinGW.conf index 6d406d6..6702973 100644 --- a/buildMinGW.conf +++ b/buildMinGW.conf | |||
@@ -20,9 +20,9 @@ filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): | |||
20 | "libbu++win.a": | 20 | "libbu++win.a": |
21 | rule "lib", | 21 | rule "lib", |
22 | target file, | 22 | target file, |
23 | set "CXXFLAGS" += "-I.", | 23 | set "CXXFLAGS" += "-I. -Isupport/windows", |
24 | #input filesIn("src") filter regexp("^.*\\.cpp$") | 24 | #input filesIn("src") filter regexp("^.*\\.cpp$") |
25 | input ["src/array.cpp", "src/list.cpp", "src/exceptionbase.cpp", "src/fbasicstring.cpp", "src/fstring.cpp", "src/file.cpp", "src/set.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", "src/serversocket.cpp", "src/unitsuite.cpp", "src/win32_compatibility.cpp", "src/membuf.cpp", "src/formatter.cpp", "src/sio.cpp", "src/md5.cpp", "src/cryptohash.cpp"] | 25 | input ["src/array.cpp", "src/list.cpp", "src/exceptionbase.cpp", "src/fbasicstring.cpp", "src/fstring.cpp", "src/file.cpp", "src/set.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", "src/serversocket.cpp", "src/unitsuite.cpp", "src/win32_compatibility.cpp", "src/membuf.cpp", "src/formatter.cpp", "src/sio.cpp", "src/md5.cpp", "src/cryptohash.cpp", "src/filter.cpp", "src/bzip2.cpp"] |
26 | 26 | ||
27 | rule "exe": | 27 | rule "exe": |
28 | matches regexp("(.*)\\.win_o$"), | 28 | matches regexp("(.*)\\.win_o$"), |