blob: ad0b9ea017d81f83d154946fc6cf73c290fab9ed (
plain)
1
2
3
4
5
6
7
8
|
@echo Building OpenSSL 32bits using Visual Studio 2013.
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
cd ..\..\third_party\openssl
nmake /F ..\..\vsprojects\third_party\openssl\OpenSSL.mak init out32\ssleay32.lib out32\libeay32.lib
pause
|