aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-10-02 22:19:07 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-10-02 22:19:07 +0000
commit7fda5e60d285ec9034869d7d9ddeb5305ab3efb9 (patch)
treeecf8cc036e26d466e683efb9d1e92b39d0e877f0 /Makefile
parentd948c1a725f5773c5b15fbcc3f1b6114f6739db0 (diff)
add dll symbol table for Windows/MINGW
svn path=/trunk/externals/loaders/tclpd/; revision=15462
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec28e2f..df7a5b9 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,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 $(LIBS_windows)
+ LIBS += -L"$(PD_PATH)/src" -L"$(PD_PATH)/bin" -L"$(PD_PATH)/obj" -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 $(LIBS_windows) "$(LIBRARY_NAME).def"
STRIP = strip --strip-unneeded -R .note -R .comment
DISTBINDIR=$(DISTDIR)-$(OS)
endif