From 4bafa836005a601b321ee04bb15e0c27242036df Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 10 Jan 2009 10:16:28 +0000 Subject: [PATCH] * 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 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5338 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- .version | 2 +- ChangeLog | 8 +++++++- doc/sdccman.lyx | 2 +- support/scripts/sdcc.nsi | 2 ++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index e43686ac..bcd0f91f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.8.6 +2.8.7 diff --git a/ChangeLog b/ChangeLog index 1f62ac88..4ef7674b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2009-01-08 Borut Razem +2009-01-10 Borut Razem + + * 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 * as/asranlib/Makefile.in, as/asranlib/asranlib.dsp, as/asranlib/asranlib.c: added asranlib diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 1fd4a688..6dccfe52 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -114,7 +114,7 @@ SDCC Compiler User Guide \begin_layout Date \size normal -SDCC 2.8.6 +SDCC 2.8.7 \size footnotesize \newline diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 42c2f8db..35622c85 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -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" -- 2.30.2