OSDN Git Service

Update changelog&releasenotes (2)
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2017.cmd
index 5181d7d..6d4143d 100644 (file)
@@ -1,4 +1,9 @@
-cd /d "%~dp0"
-call BuildManual.cmd
-call BuildBin.vs2015.cmd
-call BuildArc.cmd
+pushd "%~dp0"
+call BuildManual.cmd || goto :eof
+call BuildBin.vs2017.cmd %1 %2 || goto :eof
+pushd Testing\GoogleTest\UnitTests
+UnitTests.exe || goto :eof
+popd
+call BuildInstaller.cmd %1 %2
+call BuildArc.cmd %1 %2
+popd