[GRASS-SVN] r40510 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 17 11:21:00 EST 2010
Author: martinl
Date: 2010-01-17 11:21:00 -0500 (Sun, 17 Jan 2010)
New Revision: 40510
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
Log:
delete 6.4 and 7.0 libs if available
Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat 2010-01-17 16:19:43 UTC (rev 40509)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat 2010-01-17 16:21:00 UTC (rev 40510)
@@ -57,6 +57,8 @@
mkdir %PACKAGE_DIR%\extralib
copy %OSGEO4W_DIR%\bin\*.dll %PACKAGE_DIR%\extralib
+del %PACKAGE_DIR%\extralib\libgrass_*6.4*.dll
+del %PACKAGE_DIR%\extralib\libgrass_*7.0*.dll
rem copy %OSGEO4W_DIR%\pgsql\lib\libpq.dll %PACKAGE_DIR%\extralib
@echo.
More information about the grass-commit
mailing list