* support/scripts/sdcc.nsi: added asranlib.exe to the install package
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Jan 2009 10:16:28 +0000 (10:16 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Jan 2009 10:16:28 +0000 (10:16 +0000)
* .version, doc/sdccman.lyx: bumped sdcc version to 2.8.7
  due added support for ar format libraries

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

.version
ChangeLog
doc/sdccman.lyx
support/scripts/sdcc.nsi

index e43686acc36628528b8a39a5a4afea3cb694434d..bcd0f91fe45b7dce3d5ea5a6b5eb803e7bb6a1eb 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-2.8.6
+2.8.7
index 1f62ac880cc09f17bb2108cf608ed61a291f83dd..4ef7674b94845221e11a9bf0c914ebc4cc5251f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2009-01-08 Borut Razem <borut.razem AT siol.net>
+2009-01-10 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added asranlib.exe to the install package
+       * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.7
+         due added support for ar format libraries
+
+2009-01-09 Borut Razem <borut.razem AT siol.net>
 
        * as/asranlib/Makefile.in, as/asranlib/asranlib.dsp,
          as/asranlib/asranlib.c: added asranlib
index 1fd4a6880719cd8fc0d372831676feb0c7d5082d..6dccfe527bb66ee2b59f7cc56f4ec566aebe4d42 100644 (file)
@@ -114,7 +114,7 @@ SDCC Compiler User Guide
 \begin_layout Date
 
 \size normal
-SDCC 2.8.6
+SDCC 2.8.7
 \size footnotesize
 
 \newline
index 42c2f8dbb6f7a19094302f18a9759a4768ad3538..35622c858c9fb5c5fbdfe4e21dd24bb74d56757d 100644 (file)
@@ -362,6 +362,7 @@ ${Section} "SDCC application files" SEC01
   File "${SDCC_ROOT}\bin\as-z80.exe"
   File "${SDCC_ROOT}\bin\asx8051.exe"
   File "${SDCC_ROOT}\bin\aslink.exe"
+  File "${SDCC_ROOT}\bin\asranlib.exe"
   File "${SDCC_ROOT}\bin\link-gbz80.exe"
   File "${SDCC_ROOT}\bin\link-hc08.exe"
   File "${SDCC_ROOT}\bin\link-z80.exe"
@@ -903,6 +904,7 @@ ${Section} Uninstall SECUNINSTALL
   Delete "$INSTDIR\bin\as-z80.exe"
   Delete "$INSTDIR\bin\asx8051.exe"
   Delete "$INSTDIR\bin\aslink.exe"
+  Delete "$INSTDIR\bin\asranlib.exe"
   Delete "$INSTDIR\bin\link-gbz80.exe"
   Delete "$INSTDIR\bin\link-hc08.exe"
   Delete "$INSTDIR\bin\link-z80.exe"