* support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 18 Apr 2006 04:56:22 +0000 (04:56 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 18 Apr 2006 04:56:22 +0000 (04:56 +0000)
  ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4096 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/scripts/sdcc.nsi

index e6c6c3c967ad3b80bad9a6d36e1ac2cf5fc63609..2bed8d60c6588a79bf2258f9eff432c283574051 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-18 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
+         ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
+
 2006-04-17 Borut Razem <borut.razem AT siol.net>
 
        * device/include/Makefile.in: added pic/*.inc to the installation
index a91433f4ce673c86625b8ec3588616fc454cccf7..b017f6b3f7e5fc94f38da1cd4eade55fa45d891f 100644 (file)
@@ -253,7 +253,6 @@ SectionEnd
 Section "SDCC PIC library"
   SectionIn 1 2
   SetOutPath "$INSTDIR\lib\pic"
-  File "${DEV_ROOT}\lib\pic\*.o"
   File "${DEV_ROOT}\lib\pic\*.lib"
 SectionEnd
 
@@ -325,8 +324,6 @@ Section "SDCC library sources"
   
   SetOutPath "$INSTDIR\lib\src\pic\libdev"
   File "${DEV_ROOT}\lib\src\pic\libdev\*.c"
-  File "${DEV_ROOT}\lib\src\pic\libdev\*.S"
-  File "${DEV_ROOT}\lib\src\pic\libdev\*.inc"
   File "${DEV_ROOT}\lib\src\pic\libdev\Makefile"
 
   SetOutPath "$INSTDIR\lib\src\pic16"