From 18c7bede5b86234116a76fd6571e190b1eb9e711 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jan 2012 18:40:29 -0700 Subject: Actually works with windows now. --- mingw.bld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingw.bld') 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" CXXFLAGS += "-O2 -frtti -fexceptions -Wall -Ilibbu++/support/windows -Isrc"; - 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"; + 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"; CXXFLAGS += "-Ilibbu++"; } -- cgit v1.2.3