iis: adds openssl to the build scripts

openssl is necessary to have curl talking in https.
This commit is contained in:
Felipe Zimmerle
2014-11-17 09:41:54 -08:00
parent 9fe72b72de
commit 277f2e1e6f
4 changed files with 118 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ copy "%OUTPUT_DIR%\pcre.dll" "%AMD64%"
copy "%OUTPUT_DIR%\zlib1.dll" "%AMD64%"
copy "%OUTPUT_DIR%\yajl.dll" "%AMD64%"
copy "%OUTPUT_DIR%\fuzzy.dll" "%AMD64%"
copy "%OUTPUT_DIR%\libeay32.dll" "%AMD64%"
copy "%OUTPUT_DIR%\ssleay32.dll" "%AMD64%"
set SSDEEP_ARCH="x86"
call build_dependencies.bat %VCARGS32%
@@ -54,6 +56,8 @@ copy "%OUTPUT_DIR%\pcre.dll" "%X86%"
copy "%OUTPUT_DIR%\zlib1.dll" "%X86%"
copy "%OUTPUT_DIR%\yajl.dll" "%X86%"
copy "%OUTPUT_DIR%\fuzzy.dll" "%X86%"
copy "%OUTPUT_DIR%\libeay32.dll" "%X86%"
copy "%OUTPUT_DIR%\ssleay32.dll" "%X86%"
:: copy %OUTPUT_DIR%\Installer.exe %RELEASE_DIR%