[GRASS-SVN] r65463 - grass/branches/releasebranch_7_0/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 14 03:51:30 PDT 2015


Author: martinl
Date: 2015-06-14 03:51:30 -0700 (Sun, 14 Jun 2015)
New Revision: 65463

Modified:
   grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: upgrade to msvcrt-1.0.1-12
wingrass: select msvrt libs by default
(merge r65459-60 from trunk)


Modified: grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2015-06-14 10:36:59 UTC (rev 65462)
+++ grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2015-06-14 10:51:30 UTC (rev 65463)
@@ -964,7 +964,7 @@
 
 FunctionEnd
 
-Section /O "Important Microsoft Runtime DLLs" SecMSRuntime
+Section "Important Microsoft Runtime DLLs" SecMSRuntime
 
 	;Set the size (in KB)  of the archive file
 	StrCpy $ARCHIVE_SIZE_KB 12521
@@ -973,7 +973,7 @@
 	AddSize 13500
 	
 	StrCpy $HTTP_PATH "http://download.osgeo.org/osgeo4w/${PLATFORM}/release/msvcrt/"
-	StrCpy $ARCHIVE_NAME "msvcrt-1.0.1-11.tar.bz2"
+	StrCpy $ARCHIVE_NAME "msvcrt-1.0.1-12.tar.bz2"
 	StrCpy $EXTENDED_ARCHIVE_NAME "Microsoft Visual C++ Redistributable Packages"
 	StrCpy $ORIGINAL_UNTAR_FOLDER "install_msruntime"
 	



More information about the grass-commit mailing list