summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index c488384..398e0dc 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-g -mwindows -mwin32 -D DEBUG -I../api/
CXXFLAGS=${CFLAGS}
-LDFLAGS=-static-libgcc
+LDFLAGS=-static-libgcc -Wl,--subsystem=windows
CPPFLAGS =
CC=i686-pc-mingw32-gcc
CXX=i686-pc-mingw32-g++