OSDN Git Service

Fix osdn.net ticket #42063: Make the width of the 'Find what' label in Find dialog...
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2019x64_vs2017Win32.cmd
index d30343d..10e8bd9 100644 (file)
@@ -1,13 +1,16 @@
 pushd "%~dp0"
-call BuildManual.cmd
+call BuildManual.cmd || goto :eof
 setlocal
-call BuildBin.vs2017.cmd Win32
+call BuildBin.vs2017.cmd Win32 || goto :eof
 endlocal
 setlocal
-call BuildBin.vs2019.cmd x64
+call BuildBin.vs2019.cmd ARM64 || goto :eof
+endlocal
+setlocal
+call BuildBin.vs2019.cmd x64 || goto :eof
 endlocal
 pushd Testing\GoogleTest\UnitTests
-UnitTests.exe || exit
+UnitTests.exe || goto :eof
 popd
 call BuildInstaller.cmd %1 %2
 call BuildArc.cmd %1 %2