* support/scripts/sdcc.nsi: uninstall include/pic16/pic16devices.txt
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 19 May 2008 05:32:00 +0000 (05:32 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 19 May 2008 05:32:00 +0000 (05:32 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5160 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/scripts/sdcc.nsi

index 43ce07a7b39c6283e617fa0800ed8ef7ff46bcc5..ad4f7521005ce388fb62726ceea04c9288dda2b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2008-05-19 Borut Razem <borut.razem AT siol.net>
 
        * support/scripts/sdcc.nsi: remove uninstall.exe after uninstallation,
-         fixed typo
+         fixed typo, uninstall include/pic16/pic16devices.txt
 
 2008-05-18 Borut Razem <borut.razem AT siol.net>
 
index 645ac65d7b30611ef779a02a53ada838e32c392f..de51aa13f6642e7124d6541dda06aff74ff1a5e2 100644 (file)
@@ -890,6 +890,7 @@ ${Section} Uninstall SECUNINSTALL
   Delete "$INSTDIR\include\pic\*.txt"
   Delete "$INSTDIR\include\pic\*.inc"
   Delete "$INSTDIR\include\pic16\*.h"
+  Delete "$INSTDIR\include\pic16\*.txt"
   Delete "$INSTDIR\include\mcs51\*.h"
   Delete "$INSTDIR\include\hc08\*.h"
   Delete "$INSTDIR\include\*.h"