Pārlūkot izejas kodu

WinGRASS: delete vcredist binaries from extrabin
(merge https://trac.osgeo.org/grass/changeset/70806 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@70808 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 8 gadi atpakaļ
vecāks
revīzija
5fd1f8cffd
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 -----------------------------------------------------------------------------------------------------------------------