From: borutr Date: Mon, 30 Oct 2006 22:10:49 +0000 (+0000) Subject: sdcc: X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4a6567aaf6ad25221781679522855af21ff1bf25;p=fw%2Fsdcc sdcc: * 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 --- diff --git a/ChangeLog b/ChangeLog index 0f7548d6..684763c4 100644 --- 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 diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index e1034d81..6687d19a 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -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"