From 2b1d819088006aa441d0974f9f0a825a00fb17e4 Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 9 Apr 2005 09:50:09 +0000 Subject: [PATCH] * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3729 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ support/scripts/sdcc.nsi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98a87c54..1eb10745 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-09 Borut Razem + + * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup + 2005-04-08 Raphael Neider * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 3c297df0..a3183cc4 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -164,6 +164,8 @@ Section "SDCC include files" File "${DEV_ROOT}\include\asm\pic16\features.h" SetOutPath "$INSTDIR\include\asm\z80" File "${DEV_ROOT}\include\asm\z80\features.h" + SetOutPath "$INSTDIR\include\hc08" + File "${DEV_ROOT}\include\hc08\*.h" SetOutPath "$INSTDIR\include\mcs51" File "${DEV_ROOT}\include\mcs51\*.h" SetOutPath "$INSTDIR\include\pic16" @@ -395,6 +397,7 @@ Section Uninstall Delete "$INSTDIR\include\z80\*.h" Delete "$INSTDIR\include\pic16\*.h" Delete "$INSTDIR\include\mcs51\*.h" + Delete "$INSTDIR\include\hc08\*.h" Delete "$INSTDIR\include\*.h" Delete "$INSTDIR\doc\README.TXT" @@ -434,6 +437,7 @@ Section Uninstall RMDir "$INSTDIR\include\z80" RMDir "$INSTDIR\include\pic16" RMDir "$INSTDIR\include\mcs51" + RMDir "$INSTDIR\include\hc08" RMDir "$INSTDIR\include" RMDir "$INSTDIR\doc" -- 2.47.2