From a06783a41eba00ca4729a5975724decbaf3e4260 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 19 Feb 2014 01:49:56 +0000 Subject: [PATCH] Debugger/GDBMI: Add old files to installer delete list git-svn-id: trunk@44159 - --- tools/install/win/RemovedFiles32.iss | 9 +++++++++ tools/install/win/RemovedFiles64.iss | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/tools/install/win/RemovedFiles32.iss b/tools/install/win/RemovedFiles32.iss index e1ef1f9f97..fd7515fe5e 100644 --- a/tools/install/win/RemovedFiles32.iss +++ b/tools/install/win/RemovedFiles32.iss @@ -1,3 +1,12 @@ +; Files that are no longer present in Lazarus 1.4 (moved after 1.2) +Name: {app}units\i386-win32\win32\gdbmidebugger.pp; Type: files +Name: {app}units\i386-win32\win32\gdbmidebuginstructions.pp; Type: files +Name: {app}units\i386-win32\win32\gdbmimiscclasses.pp; Type: files +Name: {app}units\i386-win32\win32\gdbmiserverdebugger.pas; Type: files +Name: {app}units\i386-win32\win32\gdbtypeinfo.pp; Type: files +Name: {app}units\i386-win32\win32\sshgdbmidebugger.pas; Type: files +Name: {app}units\i386-win32\win32\cmdlinedebugger.pp; Type: files +Name: {app}units\i386-win32\win32\debugutils.pp; Type: files ; Files that are no longer present in Lazarus 1.0 ; Either moved to a new location, or removed entirely ; This file should be included in the [InstallDelete] section diff --git a/tools/install/win/RemovedFiles64.iss b/tools/install/win/RemovedFiles64.iss index 5465026b80..651e6a4ba9 100644 --- a/tools/install/win/RemovedFiles64.iss +++ b/tools/install/win/RemovedFiles64.iss @@ -1,3 +1,12 @@ +; Files that are no longer present in Lazarus 1.4 (moved after 1.2) +Name: {app}units\x86_64-win64\win32\gdbmidebugger.pp; Type: files +Name: {app}units\x86_64-win64\win32\gdbmidebuginstructions.pp; Type: files +Name: {app}units\x86_64-win64\win32\gdbmimiscclasses.pp; Type: files +Name: {app}units\x86_64-win64\win32\gdbmiserverdebugger.pas; Type: files +Name: {app}units\x86_64-win64\win32\gdbtypeinfo.pp; Type: files +Name: {app}units\x86_64-win64\win32\sshgdbmidebugger.pas; Type: files +Name: {app}units\x86_64-win64\win32\cmdlinedebugger.pp; Type: files +Name: {app}units\x86_64-win64\win32\debugutils.pp; Type: files ; Files that are now longer present in Lazarus 1.0 ; Either moved to a new location, or removed entirely ; This file should be included in the [InstallDelete] section