[GRASS-SVN] r43318 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 27 17:12:26 EDT 2010
Author: hellik
Date: 2010-08-27 21:12:26 +0000 (Fri, 27 Aug 2010)
New Revision: 43318
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
best compression algorithm and optimal (de-)compression rate
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-08-27 21:04:26 UTC (rev 43317)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-08-27 21:12:26 UTC (rev 43318)
@@ -22,6 +22,13 @@
;----------------------------------------------------------------------------------------------------------------------------
+;set compression configuration
+
+SetCompressor /SOLID lzma
+SetCompressorDictSize 64
+
+;----------------------------------------------------------------------------------------------------------------------------
+
;Version variables
!define RELEASE64_VERSION_NUMBER "6.4.0"
More information about the grass-commit
mailing list