* support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 3 Dec 2005 16:28:18 +0000 (16:28 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 3 Dec 2005 16:28:18 +0000 (16:28 +0000)
  command since the NSIS was upgraded to version 2.11 on CF x86-linux2

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4001 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/scripts/sdcc.nsi

index ae35fe02959687c02d3f7e8c3fc0f2ff6cf029a8..746d105bf422f23a1f9bfff0b58c023b30ff17d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-03 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
+         command since the NSIS was upgraded to version 2.11 on CF x86-linux2
+
 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
 
        * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
index fab05083274985587708671a578ffb0b7dcb2f3a..7b0bdd67993d58c6820b8c127309768e7d1b4b3a 100644 (file)
@@ -51,7 +51,7 @@
 
 !include "MUI.nsh"
 
-SetCompressor lzma
+SetCompressor /SOLID lzma
 
 !define SDCC_ROOT "."