diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 18:21:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 18:21:24 +0000 |
commit | ce1763e07eb2ec27608b54d0847ed2032a67c3d7 (patch) | |
tree | 8807351fb11d55dd98d481fa6a13e651ec337575 | |
parent | 5328502617a1d410133ca5494b4c694d0c15e1a5 (diff) |
updated libdir style projects with latest version of Makefile template
svn path=/trunk/externals/template/; revision=13377
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |