[GRASS-SVN] r43317 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 27 17:04:26 EDT 2010


Author: hellik
Date: 2010-08-27 21:04:26 +0000 (Fri, 27 Aug 2010)
New Revision: 43317

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
best compression algorithm and optimal (de-)compression rate

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-08-27 21:01:44 UTC (rev 43316)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-08-27 21:04:26 UTC (rev 43317)
@@ -23,6 +23,13 @@
 
 ;----------------------------------------------------------------------------------------------------------------------------
 
+;set compression configuration
+
+SetCompressor /SOLID lzma
+SetCompressorDictSize 64
+
+;----------------------------------------------------------------------------------------------------------------------------
+
 ;Version variables
 
 !define DEV65_VERSION_NUMBER "6.5.SVN"



More information about the grass-commit mailing list