diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 05:10:23 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 05:10:23 +0000 |
commit | a45333684f56bfd1c9f68b32847e1639f73f2aa9 (patch) | |
tree | 5b781c2917581e193962e0ae2b7edac17aa2d54c /Makefile | |
parent | a7e9800fae89ff6c4f0dc3d0072e80b54ecb8be5 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |