summaryrefslogtreecommitdiff
path: root/mingw.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-02-08 10:52:30 -0700
committerMike Buland <eichlan@xagasoft.com>2012-02-08 10:52:30 -0700
commit105aa3262bde83a33394ec57401ecf53e8d81971 (patch)
tree14e2efb0410129551a3d2e895a11de0a1d6ff9d5 /mingw.bld
parentb6a33cf4c6c66d364986d7f652c8574953fac4d9 (diff)
downloadstage-105aa3262bde83a33394ec57401ecf53e8d81971.tar.gz
stage-105aa3262bde83a33394ec57401ecf53e8d81971.tar.bz2
stage-105aa3262bde83a33394ec57401ecf53e8d81971.tar.xz
stage-105aa3262bde83a33394ec57401ecf53e8d81971.zip
Deflate support, more colors.
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 6b6cbae..38a728a 100644
--- a/mingw.bld
+++ b/mingw.bld
@@ -58,7 +58,7 @@ target "stage.exe"
58 58
59 CXXFLAGS += "-O2 -frtti -fexceptions -Wall -Ilibbu++/support/windows -Isrc -Ilibgats"; 59 CXXFLAGS += "-O2 -frtti -fexceptions -Wall -Ilibbu++/support/windows -Isrc -Ilibgats";
60 60
61 LDFLAGS += "-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -lmingw32 -Llibbu++ -Llibbu++/support/windows -lbz2 -Wl,-subsystem,console -Llibgats -lgatswin -lbu++win -lwsock32"; 61 LDFLAGS += "-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -lmingw32 -Llibbu++ -Llibbu++/support/windows -lbz2 -Wl,-subsystem,console -Llibgats -lgatswin -lbu++win -lwsock32 -lz";
62 62
63 CXXFLAGS += "-Ilibbu++"; 63 CXXFLAGS += "-Ilibbu++";
64} 64}