* support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h
[fw/sdcc] / support / scripts / sdcc.nsi
index d9ad7e59b5c914fe587ea123b9038c453af17292..bf49e3c78a5ddb117e276f499e3f51b9b1e935da 100644 (file)
@@ -160,6 +160,8 @@ Section "SDCC include files"
   File "${DEV_ROOT}\include\asm\gbz80\features.h"
   SetOutPath "$INSTDIR\include\asm\mcs51"
   File "${DEV_ROOT}\include\asm\mcs51\features.h"
+  SetOutPath "$INSTDIR\include\asm\pic"
+  File "${DEV_ROOT}\include\asm\pic\features.h"
   SetOutPath "$INSTDIR\include\asm\pic16"
   File "${DEV_ROOT}\include\asm\pic16\features.h"
   SetOutPath "$INSTDIR\include\asm\z80"
@@ -321,6 +323,9 @@ Section "SDCC library sources"
   File "${DEV_ROOT}\lib\src\pic\libdev\*.c"
 #  File "${DEV_ROOT}\lib\src\pic\libdev\Makefile"
 
+  SetOutPath "$INSTDIR\lib\src\pic\libm"
+  File "${DEV_ROOT}\lib\src\pic\libm\*.c"
+
   SetOutPath "$INSTDIR\lib\src\pic16"
 #  File "${DEV_ROOT}\lib\src\pic16\configure"
 #  File "${DEV_ROOT}\lib\src\pic16\configure.in"
@@ -425,6 +430,9 @@ Section "SDCC library sources"
   File "${DEV_ROOT}\lib\src\pic16\libsdcc\lregs\*.c"
 #  File "${DEV_ROOT}\lib\src\pic16\libsdcc\lregs\Makefile"
 
+  SetOutPath "$INSTDIR\lib\src\pic16\libsdcc\stack"
+  File "${DEV_ROOT}\lib\src\pic16\libsdcc\stack\*.S"
+
   SetOutPath "$INSTDIR\lib\src\pic16\startup"
   File "${DEV_ROOT}\lib\src\pic16\startup\*.c"
 #  File "${DEV_ROOT}\lib\src\pic16\startup\Makefile"
@@ -567,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"
@@ -619,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"