From a45333684f56bfd1c9f68b32847e1639f73f2aa9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Jun 2009 05:10:23 +0000 Subject: added --enable-auto-import flag to get rid of linker warnings svn path=/trunk/externals/ext13/; revision=11684 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5b25f9..5b71498 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4 WINDOWS_HACKS = -D'O_NONBLOCK=1' CFLAGS += -mms-bitfields $(WINDOWS_HACKS) - LDFLAGS += -s -shared + LDFLAGS += -s -shared -Wl,--enable-auto-import LIBS += -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 STRIP = strip --strip-unneeded -R .note -R .comment endif -- cgit v1.2.1