From 83b5108c3ba6bb052c8634c3ad1fa8f6e5c9240a Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 2 Nov 2011 16:43:03 +0100 Subject: [PATCH] fix windows setup.exe generation --- Makefile.am | 1 + README.mingw | 1 + linphone-deps.filelist | 2 ++ 3 files changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index d2ddf987e..d2c61489c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,6 +98,7 @@ other-cherrypick: /mingw/bin/libstdc++-6.dll \ /mingw/bin/libintl-8.dll \ /mingw/bin/libiconv-2.dll \ + /mingw/bin/pthreadGC2.dll \ $(INSTALLDIR_WITH_PREFIX)/bin/. diff --git a/README.mingw b/README.mingw index a81d056f4..0c84e250e 100644 --- a/README.mingw +++ b/README.mingw @@ -14,6 +14,7 @@ In mingw shell, run mingw-get install msys-zip mingw-get install msys-unzip mingw-get install msys-wget +mingw-get install msys-libopenssl mkdir -p /opt/perl/bin cp /bin/perl /opt/perl/bin/. diff --git a/linphone-deps.filelist b/linphone-deps.filelist index 9d7270a68..4a5fb5067 100755 --- a/linphone-deps.filelist +++ b/linphone-deps.filelist @@ -1,5 +1,7 @@ ./bin/avcodec-53.dll ./bin/avutil-51.dll +./bin/libeay32.dll +./bin/ssleay32.dll ./bin/libeXosip2-7.dll ./bin/libogg-0.dll ./bin/libtheora-0.dll