From 14f7217eb258f8eaca730b8abd8c895fb84cb228 Mon Sep 17 00:00:00 2001 From: David Doukhan Date: Wed, 9 Feb 2011 20:23:08 +0000 Subject: -static option removed hoping it won't crash now svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14890 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 122cba1..069c185 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1