浏览代码

WinGRASS: delete vcredist binaries from extrabin

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70806 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 年之前
父节点
当前提交
cf96a46ee0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mswindows/GRASS-Packager.bat.tmpl

+ 1 - 0
mswindows/GRASS-Packager.bat.tmpl

@@ -55,6 +55,7 @@ copy %OSGEO4W_PKG_DIR%\bin\* %PACKAGE_DIR%\extrabin
 xcopy %OSGEO4W_PKG_DIR%\bin\gdalplugins\* %PACKAGE_DIR%\extrabin\gdalplugins /S/V/F/I
 del %PACKAGE_DIR%\extrabin\msvcp*
 del %PACKAGE_DIR%\extrabin\msvcr*
+del %PACKAGE_DIR%\extrabin\vcredist_*
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------