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