Added OpenSSL DLLs to Windows installer #4313

libeay32.dll
ssleay32.dll
This commit is contained in:
Nick Bolton 2015-02-26 00:04:17 +00:00
parent bcf1a1c4d4
commit dd57a93345
2 changed files with 16 additions and 0 deletions

View File

@ -65,6 +65,20 @@ if (WIN32)
..\\..\\..\\..\\..\\lib\\${CMAKE_CFG_INTDIR}\\ns.dll
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\plugins\\
)
add_custom_command(
TARGET ns
POST_BUILD
COMMAND xcopy /Y /Q
..\\..\\..\\..\\..\\ext\\openssl\\out32dll\\libeay32.dll
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
)
add_custom_command(
TARGET ns
POST_BUILD
COMMAND xcopy /Y /Q
..\\..\\..\\..\\..\\ext\\openssl\\out32dll\\ssleay32.dll
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
)
else()
if (APPLE)
add_custom_command(

View File

@ -90,6 +90,8 @@
<File Source="$(var.BinPath)/synergyc.exe" />
<File Source="$(var.BinPath)/syntool.exe" />
<File Source="$(var.BinPath)/synwinhk.dll" />
<File Source="$(var.BinPath)/libeay32.dll" />
<File Source="$(var.BinPath)/ssleay32.dll" />
</Component>