diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-20 16:51:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-20 16:51:39 +0000 |
commit | 7c8cc4caf30a1437208aea2e0cdf780eecb45e37 (patch) | |
tree | af013950691dd5447da69f1cf8fc524aa4a1ae46 /Makefile | |
parent | 9fde407f30007cc47c3cdd48bc221d8a5fe14746 (diff) |
windows build fixes
svn path=/trunk/externals/markex/; revision=13181
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) EXTENSION = dll OS = windows OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4 - WINDOWS_HACKS = -D'O_NONBLOCK=1' + WINDOWS_HACKS = CFLAGS += -mms-bitfields $(WINDOWS_HACKS) LDFLAGS += -s -shared -Wl,--enable-auto-import LIBS += -L$(PD_PATH)/src -L$(PD_PATH)/bin -L$(PD_PATH)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 |