From 4a6567aaf6ad25221781679522855af21ff1bf25 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 30 Oct 2006 22:10:49 +0000 Subject: [PATCH] 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 --- ChangeLog | 1 + support/scripts/sdcc.nsi | 1 + 2 files changed, 2 insertions(+) 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" -- 2.30.2