diff options
Diffstat (limited to 'mingw.bld')
-rw-r--r-- | mingw.bld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |