[ekiga] [windows] Fix linking for the not yet supported mingw-w64



commit 3edfcd069c9de74bdade182e487c11a47a1d04a7
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu Feb 16 11:19:13 2012 +0100

    [windows] Fix linking for the not yet supported mingw-w64

 win32/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 5d560ba..c876f47 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -804,6 +804,9 @@ $(TARGETDIR)/zips: binaries $(EKIGA_DIR)/src/ekiga.exe
 	done
 ifeq ($(MINGW32), 1)
 	cd $(EKIGA_PREFIX); cp /usr/share/doc/mingw32-runtime/mingwm10.dll.gz . && gunzip mingwm10.dll.gz
+else
+	# for standard libraries, mingw-w64 uses dynamically linking by default
+	cd $(EKIGA_PREFIX); cp /usr/lib/gcc/i686-w64-mingw32/4.6/libgcc_s_sjlj-1.dll /usr/lib/gcc/i686-w64-mingw32/4.6/libstdc++-6.dll .
 endif
 ifeq ($(DEBUG),0)
 	$(STRIP) $(EKIGA_PREFIX)/*.dll



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]