diff options
author | David Doukhan <rudk@users.sourceforge.net> | 2011-02-09 20:23:08 +0000 |
---|---|---|
committer | David Doukhan <rudk@users.sourceforge.net> | 2011-02-09 20:23:08 +0000 |
commit | 14f7217eb258f8eaca730b8abd8c895fb84cb228 (patch) | |
tree | 0a33915c6376dbb95e3caca78aa07819090ccdb4 | |
parent | fc39fb34e264943618c8d0a760ef46d43a29a9cb (diff) |
-static option removedHEADsvn2git-headexternals/ddoukhan/cw_binaural_
hoping it won't crash now
svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14890
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer 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 -lregex -static-libgcc -static + LIBS += -L"$(PD_PATH)/src" -L"$(PD_PATH)/bin" -L"$(PD_PATH)/obj" -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 -lregex -static-libgcc STRIP = strip --strip-unneeded -R .note -R .comment DISTBINDIR=$(DISTDIR)-$(OS) endif |