From f404e3a3a7ecaf77502ee8fc992dbcce3ed0082c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 1 Aug 2010 23:32:47 +0300 Subject: modified: core/Makefile --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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++ -- cgit v1.2.3