[GRASS-SVN] r45718 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 20 08:25:10 EDT 2011


Author: martinl
Date: 2011-03-20 05:25:10 -0700 (Sun, 20 Mar 2011)
New Revision: 45718

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
Log:
winGRASS: include some gdal plugins

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-03-18 19:43:24 UTC (rev 45717)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-03-20 12:25:10 UTC (rev 45718)
@@ -68,8 +68,11 @@
 @echo.
 
 mkdir %PACKAGE_DIR%\extrabin
+mkdir %PACKAGE_DIR%\extrabin\gdalplugins
+mkdir %PACKAGE_DIR%\extrabin\gdalplugins\1.8
 
 copy %OSGEO4W_DIR%\bin\*.exe %PACKAGE_DIR%\extrabin
+xcopy %OSGEO4W_DIR%\bin\gdalplugins\1.8 %PACKAGE_DIR%\extrabin\gdalplugins\1.8 /S/V/F/I
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------



More information about the grass-commit mailing list