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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 20 13:40:11 EST 2010


Author: martinl
Date: 2010-01-20 13:40:09 -0500 (Wed, 20 Jan 2010)
New Revision: 40585

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
Log:
WinGrass: reducing size of the installer (trac #884 - patch by hellik)

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2010-01-20 16:06:30 UTC (rev 40584)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2010-01-20 18:40:09 UTC (rev 40585)
@@ -47,6 +47,7 @@
 copy %OSGEO4W_DIR%\bin\*.dll %PACKAGE_DIR%\extralib
 del %PACKAGE_DIR%\extralib\libgrass_*6.5*.dll
 del %PACKAGE_DIR%\extralib\libgrass_*7.0*.dll
+del %PACKAGE_DIR%\extralib\Qt*4.dll
 rem copy %OSGEO4W_DIR%\pgsql\lib\libpq.dll %PACKAGE_DIR%\extralib
 
 @echo.
@@ -58,6 +59,7 @@
 mkdir %PACKAGE_DIR%\extrabin
 
 copy %OSGEO4W_DIR%\bin\*.exe %PACKAGE_DIR%\extrabin
+del %PACKAGE_DIR%\extrabin\svn*.exe
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------



More information about the grass-commit mailing list