From 480524e07d764465efc7cb278cc99f2c745e79d2 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 28 Jul 2006 08:48:31 +0000 Subject: [PATCH] * support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4308 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ support/scripts/sdcc.nsi | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5601da47..b6e72307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-28 Borut Razem + + * support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h + 2006-07-27 Borut Razem * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir, diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 3ba5a2ae..bf49e3c7 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -575,6 +575,7 @@ Section Uninstall Delete "$INSTDIR\include\asm\z80\*.h" Delete "$INSTDIR\include\asm\pic16\*.h" + Delete "$INSTDIR\include\asm\pic\*.h" Delete "$INSTDIR\include\asm\mcs51\*.h" Delete "$INSTDIR\include\asm\gbz80\*.h" Delete "$INSTDIR\include\asm\ds390\*.h" @@ -627,6 +628,7 @@ Section Uninstall RMDir "$INSTDIR\include\asm\z80" RMDir "$INSTDIR\include\asm\pic16" + RMDir "$INSTDIR\include\asm\pic" RMDir "$INSTDIR\include\asm\mcs51" RMDir "$INSTDIR\include\asm\gbz80" RMDir "$INSTDIR\include\asm\ds390" -- 2.30.2