OSDN Git Service

Update Russian.po (#963)
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2019x64_vs2017Win32.cmd
1 pushd "%~dp0"
2 call BuildManual.cmd || goto :eof
3 setlocal
4 call BuildBin.vs2017.cmd Win32 || goto :eof
5 endlocal
6 setlocal
7 call BuildBin.vs2019.cmd ARM64 || goto :eof
8 endlocal
9 setlocal
10 call BuildBin.vs2019.cmd x64 || goto :eof
11 endlocal
12 pushd Testing\GoogleTest\UnitTests
13 UnitTests.exe || goto :eof
14 popd
15 call BuildInstaller.cmd %1 %2
16 call BuildArc.cmd %1 %2
17 popd