mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
Stop build when an error occurs.
"Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
This commit is contained in:
parent
60f7492646
commit
0be35f5c51
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user