aboutsummaryrefslogtreecommitdiff
path: root/mingw.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-17 05:38:42 +0000
committerMike Buland <eichlan@xagasoft.com>2012-01-17 05:38:42 +0000
commit85524a0050459146e6ffbce74f998cb789ed48b5 (patch)
treeca442fd676ef3478ea0ad2558047c6aa5d0b4867 /mingw.bld
parent156ce25ce08fe67556e812f9361bf4ad57b860c5 (diff)
downloadlibbu++-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 'mingw.bld')
-rw-r--r--mingw.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw.bld b/mingw.bld
index 29cdf31..bee0612 100644
--- a/mingw.bld
+++ b/mingw.bld
@@ -44,7 +44,7 @@ target "libbu++win.a"
44 CXXFLAGS += "-I. -Isupport/windows"; 44 CXXFLAGS += "-I. -Isupport/windows";
45} 45}
46 46
47target "src/process.win_o" 47target ["src/process.win_o", "src/deflate.win_o", "src/lzma.win_o"]
48{ 48{
49 profile "build" 49 profile "build"
50 { 50 {