From 66911640b89cc2a2ead05f10576881be412af6b9 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/motex/; revision=11684 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a3c63f..c840538 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) OS = windows OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4 CFLAGS += -mms-bitfields - 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