diff options
author | David <david@xagasoft.com> | 2008-11-11 19:59:22 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2008-11-11 19:59:22 +0000 |
commit | 10e4dc6a9bb1360a80bf240a7da72b442cab748a (patch) | |
tree | 319e70a122a0e3b07e580ea016920f759ea41347 | |
parent | f5b9d8d923822c31b98b39ba0fabae24fadc6d9c (diff) | |
download | libbu++-10e4dc6a9bb1360a80bf240a7da72b442cab748a.tar.gz libbu++-10e4dc6a9bb1360a80bf240a7da72b442cab748a.tar.bz2 libbu++-10e4dc6a9bb1360a80bf240a7da72b442cab748a.tar.xz libbu++-10e4dc6a9bb1360a80bf240a7da72b442cab748a.zip |
david - needed Bu::Array to be in the windows build
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 fe00254..96968aa 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/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"] | 25 | input ["src/array.cpp", "src/list.cpp", "src/exceptionbase.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"] |
26 | 26 | ||
27 | rule "exe": | 27 | rule "exe": |
28 | matches regexp("(.*)\\.win_o$"), | 28 | matches regexp("(.*)\\.win_o$"), |