OSDN Git Service

Fix compilation errors on Test solution configuration
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2019.cmd
index c0024e7..55f149c 100644 (file)
@@ -1,9 +1,9 @@
 pushd "%~dp0"
-call BuildManual.cmd
-call BuildBin.vs2019.cmd %1
+call BuildManual.cmd || goto :eof
+call BuildBin.vs2019.cmd %1 %2 || goto :eof
 pushd Testing\GoogleTest\UnitTests
-UnitTests.exe || exit
+UnitTests.exe || goto :eof
 popd
-call BuildInstaller.cmd %1
-call BuildArc.cmd %1
+call BuildInstaller.cmd %1 %2
+call BuildArc.cmd %1 %2
 popd