From c82064ccd8196225e2c7f75175388a0e0aa84785 Mon Sep 17 00:00:00 2001 From: borutr Date: Wed, 9 Nov 2005 18:18:32 +0000 Subject: [PATCH] * support/scripts/sdcc.nsi: added lib/pic to the package git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3937 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ support/scripts/sdcc.nsi | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b3ad22a..5fecc7c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-09 Borut Razem + + * support/scripts/sdcc.nsi: added lib/pic to the package + 2005-11-06 Maarten Brock * src/SDCCval.c (valUnaryPM): fixed bug 1350699 diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 591f86b9..491ced87 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -239,6 +239,12 @@ Section "SDCC PIC16 library" File "${DEV_ROOT}\lib\pic16\*.lib" SectionEnd +Section "SDCC PIC library" + SectionIn 1 2 + SetOutPath "$INSTDIR\lib\pic" + File "${DEV_ROOT}\lib\pic\*.lib" +SectionEnd + Section "SDCC library sources" SectionIn 1 SetOutPath "$INSTDIR\lib\src\ds390\examples" @@ -367,6 +373,8 @@ Section Uninstall Delete "$INSTDIR\lib\src\*.c" + Delete "$INSTDIR\lib\pic\*.lib" + Delete "$INSTDIR\lib\pic16\*.o" Delete "$INSTDIR\lib\pic16\*.lib" @@ -428,6 +436,7 @@ Section Uninstall RMDir "$INSTDIR\lib\src\hc08" RMDir "$INSTDIR\lib\src" + RMDir "$INSTDIR\lib\pic" RMDir "$INSTDIR\lib\pic16" RMDir "$INSTDIR\lib\z80" RMDir "$INSTDIR\lib\small" -- 2.30.2