X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ms%2F32all.bat;h=458843e0afe3d1cc6388d070dbdde5fce93a922e;hp=088c942887a0275d7854bb28be55a1e53ba0f478;hb=1896ce35585f9c4a6e8ccb0cbe4119e612a095e1;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909 diff --git a/ms/32all.bat b/ms/32all.bat index 088c942887..458843e0af 100755 --- a/ms/32all.bat +++ b/ms/32all.bat @@ -1,12 +1,18 @@ -set OPTS=no_asm +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 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