From: borutr Date: Mon, 29 Dec 2008 17:50:12 +0000 (+0000) Subject: * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=92fd34e16fdfef16a71712ffc6e3f29252a12b81 * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5306 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index acb7824f..76b0071a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-29 Borut Razem + + * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c + 2008-12-28 Maarten Brock * src/mcs51/peeph.def (177.e): replaced notVolatile(%3) with diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index de51aa13..42c2f8db 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -528,7 +528,6 @@ ${Section} "SDCC library sources" SEC17 # File "${DEV_ROOT}\lib\src\gbz80\Makefile" SetOutPath "$INSTDIR\lib\src\z80" - File "${DEV_ROOT}\lib\src\z80\*.c" File "${DEV_ROOT}\lib\src\z80\*.s" # File "${DEV_ROOT}\lib\src\z80\Makefile" @@ -820,7 +819,6 @@ ${Section} Uninstall SECUNINSTALL Delete "$INSTDIR\lib\src\hc08\hc08.lib" Delete "$INSTDIR\lib\src\hc08\Makefile" - Delete "$INSTDIR\lib\src\z80\*.c" Delete "$INSTDIR\lib\src\z80\*.s" Delete "$INSTDIR\lib\src\z80\z80.lib" Delete "$INSTDIR\lib\src\z80\README"