OSDN Git Service

Merge remote-tracking branch 'upstream/master' into jp
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2019.cmd
index 49fc49c..55f149c 100644 (file)
@@ -1,6 +1,6 @@
 pushd "%~dp0"
-call BuildManual.cmd
-call BuildBin.vs2019.cmd %1 %2
+call BuildManual.cmd || goto :eof
+call BuildBin.vs2019.cmd %1 %2 || goto :eof
 pushd Testing\GoogleTest\UnitTests
 UnitTests.exe || goto :eof
 popd