From a991f57982785bdd8e15d8faed8a59d051fbdf9e Mon Sep 17 00:00:00 2001
From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com>
Date: Sat, 24 May 2025 14:24:23 +0200
Subject: [PATCH] Unit names cleanup.
---
Projects/Setup.dpr | 4 ++--
Projects/Setup.dproj | 4 ++--
...aces.pas => Compression.SevenZipDLLDecoder.Interfaces.pas} | 2 +-
...enZipDllDecoder.pas => Compression.SevenZipDLLDecoder.pas} | 4 ++--
Projects/Src/Setup.MainFunc.pas | 2 +-
Projects/Src/Setup.ScriptDlg.pas | 2 +-
Projects/Src/Setup.ScriptFunc.pas | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
rename Projects/Src/{Compression.SevenZipDllDecoder.Interfaces.pas => Compression.SevenZipDLLDecoder.Interfaces.pas} (97%)
rename Projects/Src/{Compression.SevenZipDllDecoder.pas => Compression.SevenZipDLLDecoder.pas} (96%)
diff --git a/Projects/Setup.dpr b/Projects/Setup.dpr
index 6a66ca7a..c115692f 100644
--- a/Projects/Setup.dpr
+++ b/Projects/Setup.dpr
@@ -99,8 +99,8 @@ uses
ECDSA in '..\Components\ECDSA.pas',
ISSigFunc in '..\Components\ISSigFunc.pas',
StringScanner in '..\Components\StringScanner.pas',
- Compression.SevenZipDllDecoder in 'Src\Compression.SevenZipDllDecoder.pas',
- Compression.SevenZipDllDecoder.Interfaces in 'Src\Compression.SevenZipDllDecoder.Interfaces.pas';
+ Compression.SevenZipDLLDecoder in 'Src\Compression.SevenZipDLLDecoder.pas',
+ Compression.SevenZipDLLDecoder.Interfaces in 'Src\Compression.SevenZipDLLDecoder.Interfaces.pas';
{$SETPEOSVERSION 6.1}
{$SETPESUBSYSVERSION 6.1}
diff --git a/Projects/Setup.dproj b/Projects/Setup.dproj
index bd4f2045..80bcde0e 100644
--- a/Projects/Setup.dproj
+++ b/Projects/Setup.dproj
@@ -171,8 +171,8 @@
-
-
+
+
Base
diff --git a/Projects/Src/Compression.SevenZipDllDecoder.Interfaces.pas b/Projects/Src/Compression.SevenZipDLLDecoder.Interfaces.pas
similarity index 97%
rename from Projects/Src/Compression.SevenZipDllDecoder.Interfaces.pas
rename to Projects/Src/Compression.SevenZipDLLDecoder.Interfaces.pas
index 1e31c79e..30492569 100644
--- a/Projects/Src/Compression.SevenZipDllDecoder.Interfaces.pas
+++ b/Projects/Src/Compression.SevenZipDLLDecoder.Interfaces.pas
@@ -1,4 +1,4 @@
-unit Compression.SevenZipDllDecoder.Interfaces;
+unit Compression.SevenZipDLLDecoder.Interfaces;
{
Inno Setup
diff --git a/Projects/Src/Compression.SevenZipDllDecoder.pas b/Projects/Src/Compression.SevenZipDLLDecoder.pas
similarity index 96%
rename from Projects/Src/Compression.SevenZipDllDecoder.pas
rename to Projects/Src/Compression.SevenZipDLLDecoder.pas
index 68ef99c4..87bac60c 100644
--- a/Projects/Src/Compression.SevenZipDllDecoder.pas
+++ b/Projects/Src/Compression.SevenZipDLLDecoder.pas
@@ -1,4 +1,4 @@
-unit Compression.SevenZipDllDecoder;
+unit Compression.SevenZipDLLDecoder;
{
Inno Setup
@@ -28,7 +28,7 @@ implementation
uses
Classes, SysUtils, Forms,
Windows, ActiveX,
- Compression.SevenZipDllDecoder.Interfaces, PathFunc,
+ Compression.SevenZipDLLDecoder.Interfaces, PathFunc,
Shared.FileClass, Shared.Int64Em, Shared.SetupMessageIDs, Shared.CommonFunc,
SetupLdrAndSetup.Messages, SetupLdrAndSetup.RedirFunc,
Setup.LoggingFunc, Setup.MainFunc, Setup.InstFunc;
diff --git a/Projects/Src/Setup.MainFunc.pas b/Projects/Src/Setup.MainFunc.pas
index 4dceac8f..edbfccbf 100644
--- a/Projects/Src/Setup.MainFunc.pas
+++ b/Projects/Src/Setup.MainFunc.pas
@@ -246,7 +246,7 @@ uses
Setup.WizardForm, Setup.DebugClient, Shared.VerInfoFunc, Setup.FileExtractor,
Shared.FileClass, Setup.LoggingFunc,
SimpleExpression, Setup.Helper, Setup.SpawnClient, Setup.SpawnServer,
- Setup.DotNetFunc, Shared.TaskDialogFunc, Setup.MainForm, Compression.SevenZipDllDecoder;
+ Setup.DotNetFunc, Shared.TaskDialogFunc, Setup.MainForm, Compression.SevenZipDLLDecoder;
var
ShellFolders: array[Boolean, TShellFolderID] of String;
diff --git a/Projects/Src/Setup.ScriptDlg.pas b/Projects/Src/Setup.ScriptDlg.pas
index 4df8b24f..6edba8cd 100644
--- a/Projects/Src/Setup.ScriptDlg.pas
+++ b/Projects/Src/Setup.ScriptDlg.pas
@@ -241,7 +241,7 @@ uses
StrUtils,
Shared.Struct, Setup.MainFunc, Setup.SelectFolderForm, SetupLdrAndSetup.Messages,
Shared.SetupMessageIDs, PathFunc, Shared.CommonFunc.Vcl, Shared.CommonFunc,
- BrowseFunc, Setup.LoggingFunc, Setup.InstFunc, Compression.SevenZipDllDecoder;
+ BrowseFunc, Setup.LoggingFunc, Setup.InstFunc, Compression.SevenZipDLLDecoder;
const
DefaultLabelHeight = 14;
diff --git a/Projects/Src/Setup.ScriptFunc.pas b/Projects/Src/Setup.ScriptFunc.pas
index 35c9165e..158dcd87 100644
--- a/Projects/Src/Setup.ScriptFunc.pas
+++ b/Projects/Src/Setup.ScriptFunc.pas
@@ -29,7 +29,7 @@ uses
Setup.WizardForm, Shared.VerInfoFunc, Shared.SetupTypes,
Shared.Int64Em, Setup.LoggingFunc, Setup.SetupForm, Setup.RegDLL, Setup.Helper,
Setup.SpawnClient, Setup.DotNetFunc, Setup.MainForm,
- Shared.DotNetVersion, Setup.MsiFunc, Compression.SevenZipDecoder, Compression.SevenZipDllDecoder,
+ Shared.DotNetVersion, Setup.MsiFunc, Compression.SevenZipDecoder, Compression.SevenZipDLLDecoder,
Setup.DebugClient, Shared.ScriptFunc, Setup.ScriptFunc.HelperFunc;
type