* sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 29 Dec 2008 17:50:12 +0000 (17:50 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 29 Dec 2008 17:50:12 +0000 (17:50 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5306 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/scripts/sdcc.nsi

index acb7824f561639c0c217d4d4cb9b3d949acf23ef..76b0071ab89b4e795254de671c66009d68965453 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-29 Borut Razem <borut.razem AT siol.net>
+
+       * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c
+
 2008-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/peeph.def (177.e): replaced notVolatile(%3) with
index de51aa13f6642e7124d6541dda06aff74ff1a5e2..42c2f8dbb6f7a19094302f18a9759a4768ad3538 100644 (file)
@@ -528,7 +528,6 @@ ${Section} "SDCC library sources" SEC17
 #  File "${DEV_ROOT}\lib\src\gbz80\Makefile"
 
   SetOutPath "$INSTDIR\lib\src\z80"
-  File "${DEV_ROOT}\lib\src\z80\*.c"
   File "${DEV_ROOT}\lib\src\z80\*.s"
 #  File "${DEV_ROOT}\lib\src\z80\Makefile"
 
@@ -820,7 +819,6 @@ ${Section} Uninstall SECUNINSTALL
   Delete "$INSTDIR\lib\src\hc08\hc08.lib"
   Delete "$INSTDIR\lib\src\hc08\Makefile"
 
-  Delete "$INSTDIR\lib\src\z80\*.c"
   Delete "$INSTDIR\lib\src\z80\*.s"
   Delete "$INSTDIR\lib\src\z80\z80.lib"
   Delete "$INSTDIR\lib\src\z80\README"