summaryrefslogtreecommitdiff
path: root/mingw.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-09 18:40:29 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-09 18:40:29 -0700
commit18c7bede5b86234116a76fd6571e190b1eb9e711 (patch)
treec675039b6ea29bc8ff706146072e23fdd89a6733 /mingw.bld
parentbe0230eb9ff1b08e45d79a28d39c0feea7869673 (diff)
downloadstage-18c7bede5b86234116a76fd6571e190b1eb9e711.tar.gz
stage-18c7bede5b86234116a76fd6571e190b1eb9e711.tar.bz2
stage-18c7bede5b86234116a76fd6571e190b1eb9e711.tar.xz
stage-18c7bede5b86234116a76fd6571e190b1eb9e711.zip
Actually works with windows now.
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 e4f923f..a8bea52 100644
--- a/mingw.bld
+++ b/mingw.bld
@@ -53,7 +53,7 @@ target "stage.exe"
53 53
54 CXXFLAGS += "-O2 -frtti -fexceptions -Wall -Ilibbu++/support/windows -Isrc"; 54 CXXFLAGS += "-O2 -frtti -fexceptions -Wall -Ilibbu++/support/windows -Isrc";
55 55
56 LDFLAGS += "-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -lmingw32 -Llibbu++ -lbu++win -Llibbu++/support/windows -lbz2"; 56 LDFLAGS += "-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -lmingw32 -Llibbu++ -lbu++win -Llibbu++/support/windows -lbz2 -Wl,-subsystem,console";
57 57
58 CXXFLAGS += "-Ilibbu++"; 58 CXXFLAGS += "-Ilibbu++";
59} 59}