... so the build stops at first error, and don't repeat it four times.

diff -ur openssl-SNAP-20001219.orig/ms/32all.bat
openssl-SNAP-20001219/ms/32all.bat
--- openssl-SNAP-20001219.orig/ms/32all.bat Sat Jan 30 13:00:14 1999
+++ openssl-SNAP-20001219/ms/32all.bat Wed Dec 20 12:28:25 2000
@@ -7,6 +7,11 @@
 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

----------------------------------------------------------------
Peter "Luna" Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]>
PGP Key ID: 0xD07BBE13
Fingerprint: 7B5C 1F48 2997 C061 DE4B  42EA CB99 A35C D07B BE13
AOL Instant Messenger Screenname: PRunestig


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to