summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xms/32all.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/32all.bat b/ms/32all.bat
index d1f014c4e0..7789cd7667 100755
--- a/ms/32all.bat
+++ b/ms/32all.bat
@@ -7,6 +7,11 @@ 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