xref: /minix/crypto/external/bsd/openssl/dist/ms/32all.bat (revision ebfedea0)
1set OPTS=no-asm
2
3perl Configure VC-WIN32
4perl util\mkfiles.pl >MINFO
5perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
6perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak
7perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
8perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak
9perl util\mkdef.pl 32 libeay > ms\libeay32.def
10perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
11
12nmake -f d32.mak
13@if errorlevel 1 goto end
14nmake -f 32.mak
15@if errorlevel 1 goto end
16nmake -f d32dll.mak
17@if errorlevel 1 goto end
18nmake -f 32dll.mak
19
20:end
21