[GRASS-SVN] r45720 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 20 08:30:54 EDT 2011


Author: martinl
Date: 2011-03-20 05:30:54 -0700 (Sun, 20 Mar 2011)
New Revision: 45720

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


Modified: grass/trunk/mswindows/GRASS-Packager.bat
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat	2011-03-20 12:28:19 UTC (rev 45719)
+++ grass/trunk/mswindows/GRASS-Packager.bat	2011-03-20 12:30:54 UTC (rev 45720)
@@ -68,9 +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
-del %PACKAGE_DIR%\extrabin\osgeo4w-*.exe
+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