X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ms%2F32all.bat;h=aaab9b0c9da1940497fc2677aa0a1ae869dda400;hb=165fca51e0c03a5291995b8acc7612b4ca35a859;hp=d1f014c4e0f67256331437b174380b3fe35fd6e8;hpb=0172f988c72fb2f923c062425d969c7950412e4b;p=openssl.git diff --git a/ms/32all.bat b/ms/32all.bat index d1f014c4e0..aaab9b0c9d 100755 --- a/ms/32all.bat +++ b/ms/32all.bat @@ -1,12 +1,20 @@ set OPTS=no-asm perl Configure VC-WIN32 +perl util\mkfiles.pl >MINFO perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak +perl util\mkdef.pl 32 libeay > ms\libeay32.def +perl util\mkdef.pl 32 ssleay > ms\ssleay32.def nmake -f d32.mak +@if errorlevel 1 goto end nmake -f 32.mak +@if errorlevel 1 goto end nmake -f d32dll.mak +@if errorlevel 1 goto end nmake -f 32dll.mak + +:end