https://github.com/openssl/openssl
Raw File
Tip revision: 4bee980bb5d8f751a3a0500e6979983e40fd1bea authored by Dr. Stephen Henson on 05 June 2014, 09:42:13 UTC
Prepare for 1.0.0m release
Tip revision: 4bee980
do_ms.bat

perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak
if x%OSVERSION% == x goto skipce
perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak
:skipce

perl util\mkdef.pl 32 libeay > ms\libeay32.def
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
back to top