From edbb0e636014ff8ef07b9ea23d9cf1db1399e3f7 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Tue, 13 Jan 2015 12:44:41 +0000 Subject: [PATCH] Switched to dynamic linking of openssl for Windows build. Added needed dll's to Windows installer. (merged from trunk) git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7844 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Windows/retroshare.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_scripts/Windows/retroshare.nsi b/build_scripts/Windows/retroshare.nsi index 03535ec3e..14f8533af 100644 --- a/build_scripts/Windows/retroshare.nsi +++ b/build_scripts/Windows/retroshare.nsi @@ -182,6 +182,8 @@ Section $(Section_Main) Section_Main ; External binaries File "${SOURCEDIR}\..\libs\bin\miniupnpc.dll" + File "${SOURCEDIR}\..\libs\bin\libeay32.dll" + File "${SOURCEDIR}\..\libs\bin\ssleay32.dll" ; Other files File "${SOURCEDIR}\retroshare-gui\src\changelog.txt"