From 0be35f5c51aa1c54e33d02f8ff7fdfbda4f5786f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 20 Dec 2000 15:23:31 +0000 Subject: [PATCH] Stop build when an error occurs. "Peter 'Luna' Runestig" --- ms/32all.bat | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.25.1