OSDN Git Service

Add Testing/Data/Compare/Dir?/file123_0x00-0xff.txt
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2017.cmd
index 23b95eb..6d4143d 100644 (file)
@@ -1,9 +1,9 @@
 pushd "%~dp0"
-call BuildManual.cmd
-call BuildBin.vs2017.cmd %1
+call BuildManual.cmd || goto :eof
+call BuildBin.vs2017.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