* support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h
[fw/sdcc] / support / scripts / sdcc.nsi
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"