OSDN Git Service

autoit.cpp - #CS #CE support (#753)
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2017.cmd
index 5880b09..6d4143d 100644 (file)
@@ -1,6 +1,6 @@
 pushd "%~dp0"
-call BuildManual.cmd
-call BuildBin.vs2017.cmd %1 %2
+call BuildManual.cmd || goto :eof
+call BuildBin.vs2017.cmd %1 %2 || goto :eof
 pushd Testing\GoogleTest\UnitTests
 UnitTests.exe || goto :eof
 popd