OSDN Git Service

Fix 'Automatic Rescan' not working after splitting panes
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2019x64_vs2017Win32.cmd
index 17d4106..10e8bd9 100644 (file)
@@ -4,6 +4,9 @@ setlocal
 call BuildBin.vs2017.cmd Win32 || goto :eof
 endlocal
 setlocal
+call BuildBin.vs2019.cmd ARM64 || goto :eof
+endlocal
+setlocal
 call BuildBin.vs2019.cmd x64 || goto :eof
 endlocal
 pushd Testing\GoogleTest\UnitTests