OSDN Git Service

Improve plugin system (#797) (6)
[winmerge-jp/winmerge-jp.git] / BuildBin.vs2017.cmd
index bb0194e..52f2c55 100644 (file)
@@ -13,6 +13,7 @@ if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
 
 if "%1" == "" (
   call :BuildBin || goto :eof
+  call :BuildBin ARM64 || goto :eof
   call :BuildBin x64 || goto :eof
 ) else (
   call :BuildBin %1 || goto :eof
@@ -40,5 +41,5 @@ if exist "%SIGNBAT_PATH%" (
 )
 
 mkdir Build\%PLATFORM_DIR%\Release\%APPVER% 2> NUL
-copy Build\%PlATFORM_DIR%\Release\*.pdb "Build\%PLATFORM%\Release\%APPVER%\"
+copy Build\%PlATFORM_DIR%\Release\*.pdb "Build\%PLATFORM_DIR%\Release\%APPVER%\"
 goto :eof