Skip to content

Commit f87f33c

Browse files
committed
Renaming VCL's PythonGUIInputOutput unit to VCL prefix convention
1 parent f5f76de commit f87f33c

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

Packages/Delphi/Delphi 10.4+/VclP4DEngine.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ requires
3535
P4DEngine;
3636

3737
contains
38-
PythonGUIInputOutput in '..\..\..\Source\vcl\PythonGUIInputOutput.pas';
38+
Vcl.PythonGUIInputOutput in '..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas';
3939

4040
end.

Packages/Delphi/Delphi 10.4+/VclP4DEngine.dproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</DelphiCompile>
120120
<DCCReference Include="rtl.dcp"/>
121121
<DCCReference Include="P4DEngine.dcp"/>
122-
<DCCReference Include="..\..\..\Source\vcl\PythonGUIInputOutput.pas"/>
122+
<DCCReference Include="..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas"/>
123123
<BuildConfiguration Include="Release">
124124
<Key>Cfg_2</Key>
125125
<CfgParent>Base</CfgParent>
@@ -169,12 +169,6 @@
169169
<Overwrite>true</Overwrite>
170170
</Platform>
171171
</DeployFile>
172-
<DeployFile LocalName="..\..\..\..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\21.0\Bpl\VclP4DEngine270.bpl" Configuration="Debug" Class="ProjectOutput">
173-
<Platform Name="Win32">
174-
<RemoteName>VclP4DEngine.bpl</RemoteName>
175-
<Overwrite>true</Overwrite>
176-
</Platform>
177-
</DeployFile>
178172
<DeployClass Name="AdditionalDebugSymbols">
179173
<Platform Name="OSX32">
180174
<Operation>1</Operation>

Packages/Delphi/Delphi 10.4+/dclVclP4DEngine.dproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@
198198
<Overwrite>true</Overwrite>
199199
</Platform>
200200
</DeployFile>
201-
<DeployFile LocalName="..\..\..\..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\21.0\Bpl\dclVclP4DEngine270.bpl" Configuration="Debug" Class="ProjectOutput">
202-
<Platform Name="Win32">
203-
<RemoteName>dclVclP4DEngine.bpl</RemoteName>
204-
<Overwrite>true</Overwrite>
205-
</Platform>
206-
</DeployFile>
207201
<DeployClass Name="AdditionalDebugSymbols">
208202
<Platform Name="OSX32">
209203
<Operation>1</Operation>

Source/vcl/PythonGUIInputOutput.pas renamed to Source/vcl/Vcl.PythonGUIInputOutput.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{$I Definition.Inc}
2-
unit PythonGUIInputOutput;
2+
unit Vcl.PythonGUIInputOutput;
33

44
(**************************************************************************)
55
(* *)

Source/vcl/Vcl.PythonRegistration.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ procedure Register();
77
implementation
88

99
uses
10-
Classes, Controls, PythonGUIInputOutput;
10+
Classes, Controls, Vcl.PythonGUIInputOutput;
1111

1212
procedure Register();
1313
begin

0 commit comments

Comments
 (0)