diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-17 05:38:42 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-17 05:38:42 +0000 |
commit | 85524a0050459146e6ffbce74f998cb789ed48b5 (patch) | |
tree | ca442fd676ef3478ea0ad2558047c6aa5d0b4867 /mingw.bld | |
parent | 156ce25ce08fe67556e812f9361bf4ad57b860c5 (diff) | |
download | libbu++-85524a0050459146e6ffbce74f998cb789ed48b5.tar.gz libbu++-85524a0050459146e6ffbce74f998cb789ed48b5.tar.bz2 libbu++-85524a0050459146e6ffbce74f998cb789ed48b5.tar.xz libbu++-85524a0050459146e6ffbce74f998cb789ed48b5.zip |
Added some extras to the array class...it's kind of lagging behind the others.
Diffstat (limited to '')
-rw-r--r-- | mingw.bld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ target "libbu++win.a" | |||
44 | CXXFLAGS += "-I. -Isupport/windows"; | 44 | CXXFLAGS += "-I. -Isupport/windows"; |
45 | } | 45 | } |
46 | 46 | ||
47 | target "src/process.win_o" | 47 | target ["src/process.win_o", "src/deflate.win_o", "src/lzma.win_o"] |
48 | { | 48 | { |
49 | profile "build" | 49 | profile "build" |
50 | { | 50 | { |