From 3cc3afec47c3120261483ee052a8505a8d00db0b Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 19 May 2008 05:32:00 +0000 Subject: [PATCH] * support/scripts/sdcc.nsi: uninstall include/pic16/pic16devices.txt git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5160 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 2 +- support/scripts/sdcc.nsi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 43ce07a7..ad4f7521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2008-05-19 Borut Razem * support/scripts/sdcc.nsi: remove uninstall.exe after uninstallation, - fixed typo + fixed typo, uninstall include/pic16/pic16devices.txt 2008-05-18 Borut Razem diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 645ac65d..de51aa13 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -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" -- 2.39.5