* support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 28 Jul 2006 08:48:31 +0000 (08:48 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 28 Jul 2006 08:48:31 +0000 (08:48 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4308 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/scripts/sdcc.nsi

index 5601da4701f3f877139bfd311e51cd04c35164ae..b6e723070dd8e90003b713ba658f7e541d73e370 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-28 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h
+
 2006-07-27 Borut Razem <borut.razem AT siol.net>
 
        * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
index 3ba5a2ae5e48041ac2e7f7b673c2a53124dc7f43..bf49e3c78a5ddb117e276f499e3f51b9b1e935da 100644 (file)
@@ -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"