aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 05:10:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 05:10:23 +0000
commita45333684f56bfd1c9f68b32847e1639f73f2aa9 (patch)
tree5b781c2917581e193962e0ae2b7edac17aa2d54c /Makefile
parenta7e9800fae89ff6c4f0dc3d0072e80b54ecb8be5 (diff)
added --enable-auto-import flag to get rid of linker warnings
svn path=/trunk/externals/ext13/; revision=11684
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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