[GRASS-SVN] r45719 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 20 08:28:19 EDT 2011


Author: martinl
Date: 2011-03-20 05:28:19 -0700 (Sun, 20 Mar 2011)
New Revision: 45719

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
Log:
winGRASS: include some gdal plugins
(merge r45718 from relbr64)


Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-03-20 12:25:10 UTC (rev 45718)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-03-20 12:28:19 UTC (rev 45719)
@@ -66,8 +66,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