sdcc:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 30 Oct 2006 22:10:49 +0000 (22:10 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 30 Oct 2006 22:10:49 +0000 (22:10 +0000)
* support/scripts/sdcc.nsi: include readline5.dll into the setup package
sdcc-build:
* lib/bootstrap.mk: add readline5.dll to packages if cross compiling

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

ChangeLog
support/scripts/sdcc.nsi

index 0f7548d638fc8ae80173705c91ebc9a95152bc4f..684763c43032bd3a62f7bc9b35736a3e5ff5e34b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
        * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
          debugger/mcs51/configure: locate readline even when cross compiling
+       * support/scripts/sdcc.nsi: include readline5.dll into the setup package
 
 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
 
index e1034d818ebcf41b8f7dcc4dab6a4505ed178860..6687d19a6620ab9680b0c03f84107203116438a5 100644 (file)
@@ -153,6 +153,7 @@ Section "SDCC application files"
   File "${SDCC_ROOT}\bin\sdcc.exe"
   File "${SDCC_ROOT}\bin\sdcclib.exe"
   File "${SDCC_ROOT}\bin\sdcpp.exe"
+  File "${SDCC_ROOT}\bin\readline5.dll"
 SectionEnd
 
 Section "ucSim application files"