From e0374a543b73f2caa96a35afcce8f4c30c00ae0e Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 23 Jun 2015 15:06:02 +0200 Subject: [PATCH] generate .def file to be used for porting the mingw compiled library to windows visual studio --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3b3a058..ea38339 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,6 +94,6 @@ libcatta_la_SOURCES += \ compat/windows/wincompat.c \ compat/windows/wincompat.h libcatta_la_LIBADD += -lws2_32 -liphlpapi -libcatta_la_LDFLAGS += -no-undefined +libcatta_la_LDFLAGS += -no-undefined -Wl,--kill-at,--output-def=.libs/libcatta-0.def endif -- 2.39.2