aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 18:21:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 18:21:24 +0000
commitce1763e07eb2ec27608b54d0847ed2032a67c3d7 (patch)
tree8807351fb11d55dd98d481fa6a13e651ec337575
parent5328502617a1d410133ca5494b4c694d0c15e1a5 (diff)
updated libdir style projects with latest version of Makefile template
svn path=/trunk/externals/template/; revision=13377
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a4719c..1c312b8 100644
--- a/Makefile
+++ b/Makefile
@@ -129,8 +129,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'
- CFLAGS += -mms-bitfields $(WINDOWS_HACKS)
+ CFLAGS += -mms-bitfields
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
STRIP = strip --strip-unneeded -R .note -R .comment