From bd00ddee3b8243af6ce55ec77e3885b199202824 Mon Sep 17 00:00:00 2001 From: borutr Date: Thu, 1 Jul 2004 18:08:07 +0000 Subject: [PATCH] support/scripts/sdcc.nsi: added include/pic16 to setup git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3372 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ support/scripts/sdcc.nsi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 37aba6a1..88f22536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-07-01 Borut Razem + + * support/scripts/sdcc.nsi: added include/pic16 to setup + 2004-06-30 Vangelis Rokas * device/lib/Makefile.in: fixed bug in target objects-pic16, diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index bc62e3eb..31a3380a 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -166,6 +166,8 @@ Section "SDCC include files" File "${DEV_ROOT}\include\asm\gbz80\features.h" SetOutPath "$INSTDIR\include\asm\z80" File "${DEV_ROOT}\include\asm\z80\features.h" + SetOutPath "$INSTDIR\include\pic16" + File "${DEV_ROOT}\include\pic16\*.h" SetOutPath "$INSTDIR\include" File "${DEV_ROOT}\include\*.h" SectionEnd @@ -385,6 +387,7 @@ Section Uninstall Delete "$INSTDIR\include\asm\z80\*.h" Delete "$INSTDIR\include\asm\gbz80\*.h" Delete "$INSTDIR\include\asm\default\*.h" + Delete "$INSTDIR\include\pic16\*.h" Delete "$INSTDIR\include\*.h" Delete "$INSTDIR\doc\README.TXT" @@ -418,6 +421,7 @@ Section Uninstall RMDir "$INSTDIR\include\asm\gbz80" RMDir "$INSTDIR\include\asm\default" RMDir "$INSTDIR\include\asm" + RMDir "$INSTDIR\include\pic16" RMDir "$INSTDIR\include" RMDir "$INSTDIR\doc" -- 2.30.2