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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 18 01:08:18 PDT 2013


Author: hellik
Date: 2013-04-18 01:08:18 -0700 (Thu, 18 Apr 2013)
New Revision: 55879

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat.tmpl
Log:
don't ship MSVCRT with wingrass for legal issues

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat.tmpl
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat.tmpl	2013-04-18 08:07:40 UTC (rev 55878)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat.tmpl	2013-04-18 08:08:18 UTC (rev 55879)
@@ -51,6 +51,8 @@
 del %PACKAGE_DIR%\extralib\libgrass_*6.4*.dll
 del %PACKAGE_DIR%\extralib\libgrass_*6.5*.dll
 del %PACKAGE_DIR%\extralib\Qt*4.dll
+del %PACKAGE_DIR%\extralib\msvcp*
+del %PACKAGE_DIR%\extralib\msvcr*
 rem copy %OSGEO4W_DIR%\pgsql\lib\libpq.dll %PACKAGE_DIR%\extralib
 
 @echo.



More information about the grass-commit mailing list