diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 23:32:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 23:32:47 +0300 |
commit | f404e3a3a7ecaf77502ee8fc992dbcce3ed0082c (patch) | |
tree | e9b45614cf1df394fcac1601f198694e89cb23fa /core | |
parent | 3ac3ed236074b4de13c6aaebf243ba18c59068e6 (diff) |
modified: core/Makefile
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 2 |
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++ |