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

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


Author: hellik
Date: 2013-04-18 01:07:40 -0700 (Thu, 18 Apr 2013)
New Revision: 55878

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

Modified: grass/trunk/mswindows/GRASS-Packager.bat.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat.tmpl	2013-04-18 08:00:08 UTC (rev 55877)
+++ grass/trunk/mswindows/GRASS-Packager.bat.tmpl	2013-04-18 08:07:40 UTC (rev 55878)
@@ -48,6 +48,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*
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------



More information about the grass-commit mailing list