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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 20 13:42:37 EST 2010


Author: martinl
Date: 2010-01-20 13:42:37 -0500 (Wed, 20 Jan 2010)
New Revision: 40587

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

Modified: grass/trunk/mswindows/GRASS-Packager.bat
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat	2010-01-20 18:41:29 UTC (rev 40586)
+++ grass/trunk/mswindows/GRASS-Packager.bat	2010-01-20 18:42:37 UTC (rev 40587)
@@ -61,6 +61,7 @@
 copy %OSGEO4W_DIR%\bin\*.dll %PACKAGE_DIR%\extralib
 del %PACKAGE_DIR%\extralib\libgrass_*6.4*.dll
 del %PACKAGE_DIR%\extralib\libgrass_*6.5*.dll
+del %PACKAGE_DIR%\extralib\Qt*4.dll
 rem copy %OSGEO4W_DIR%\pgsql\lib\libpq.dll %PACKAGE_DIR%\extralib
 
 @echo.
@@ -72,6 +73,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