Skip to content

Commit 76282b6

Browse files
author
Jan Reimes
committed
Updated project file according to new WrapVcl*.pas files (& Demo31)
1 parent b88f3bd commit 76282b6

File tree

3 files changed

+36
-30
lines changed

3 files changed

+36
-30
lines changed

Demos/Demo31/Demo31.dpr

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ uses
66
Forms,
77
Unit1 in 'Unit1.pas' {Form1},
88
Unit2 in 'Unit2.pas' {TestForm},
9-
WrapDelphiVclExtCtrls,
109
WrapDelphiTypes,
1110
WrapDelphiWindows,
12-
WrapDelphiVclComCtrls,
13-
WrapDelphiVclGrids,
14-
WrapDelphiVclGraphics,
15-
WrapDelphiVclButtons,
16-
WrapDelphiVclDialogs;
11+
WrapVclExtCtrls,
12+
WrapVclComCtrls,
13+
WrapVclGrids,
14+
WrapVclGraphics,
15+
WrapVclButtons,
16+
WrapVclDialogs;
1717

1818
{$R *.res}
1919

Packages/Delphi/Delphi 10.4+/PythonVcl.dpk

+12-12
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ requires
3838

3939
contains
4040
Vcl.PythonGUIInputOutput in '..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas',
41-
WrapDelphiVclActnList in '..\..\..\Source\vcl\WrapDelphiVclActnList.pas',
42-
WrapDelphiVclButtons in '..\..\..\Source\vcl\WrapDelphiVclButtons.pas',
43-
WrapDelphiVclComCtrls in '..\..\..\Source\vcl\WrapDelphiVclComCtrls.pas',
44-
WrapDelphiVclControls in '..\..\..\Source\vcl\WrapDelphiVclControls.pas',
45-
WrapDelphiVclDialogs in '..\..\..\Source\vcl\WrapDelphiVclDialogs.pas',
46-
WrapDelphiVclExtCtrls in '..\..\..\Source\vcl\WrapDelphiVclExtCtrls.pas',
47-
WrapDelphiVclForms in '..\..\..\Source\vcl\WrapDelphiVclForms.pas',
48-
WrapDelphiVclGraphics in '..\..\..\Source\vcl\WrapDelphiVclGraphics.pas',
49-
WrapDelphiVclGrids in '..\..\..\Source\vcl\WrapDelphiVclGrids.pas',
50-
WrapDelphiVclSamplesSpin in '..\..\..\Source\vcl\WrapDelphiVclSamplesSpin.pas',
51-
WrapDelphiVclStdCtrls in '..\..\..\Source\vcl\WrapDelphiVclStdCtrls.pas',
52-
WrapDelphiVCL in '..\..\..\Source\vcl\WrapDelphiVCL.pas';
41+
WrapDelphiVCL in '..\..\..\Source\vcl\WrapDelphiVCL.pas',
42+
WrapVclActnList in '..\..\..\Source\vcl\WrapVclActnList.pas',
43+
WrapVclButtons in '..\..\..\Source\vcl\WrapVclButtons.pas',
44+
WrapVclComCtrls in '..\..\..\Source\vcl\WrapVclComCtrls.pas',
45+
WrapVclControls in '..\..\..\Source\vcl\WrapVclControls.pas',
46+
WrapVclDialogs in '..\..\..\Source\vcl\WrapVclDialogs.pas',
47+
WrapVclExtCtrls in '..\..\..\Source\vcl\WrapVclExtCtrls.pas',
48+
WrapVclForms in '..\..\..\Source\vcl\WrapVclForms.pas',
49+
WrapVclGraphics in '..\..\..\Source\vcl\WrapVclGraphics.pas',
50+
WrapVclGrids in '..\..\..\Source\vcl\WrapVclGrids.pas',
51+
WrapVclSamplesSpin in '..\..\..\Source\vcl\WrapVclSamplesSpin.pas',
52+
WrapVclStdCtrls in '..\..\..\Source\vcl\WrapVclStdCtrls.pas';
5353

5454
end.

Packages/Delphi/Delphi 10.4+/PythonVcl.dproj

+18-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Debug</Config>
9-
<Platform Condition="'$(Platform)'==''">Win64</Platform>
9+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Package</AppType>
1212
</PropertyGroup>
@@ -98,18 +98,18 @@
9898
<DCCReference Include="Python.dcp"/>
9999
<DCCReference Include="VclSmp.dcp"/>
100100
<DCCReference Include="..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas"/>
101-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclActnList.pas"/>
102-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclButtons.pas"/>
103-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclComCtrls.pas"/>
104-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclControls.pas"/>
105-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclDialogs.pas"/>
106-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclExtCtrls.pas"/>
107-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclForms.pas"/>
108-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclGraphics.pas"/>
109-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclGrids.pas"/>
110-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclSamplesSpin.pas"/>
111-
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVclStdCtrls.pas"/>
112101
<DCCReference Include="..\..\..\Source\vcl\WrapDelphiVCL.pas"/>
102+
<DCCReference Include="..\..\..\Source\vcl\WrapVclActnList.pas"/>
103+
<DCCReference Include="..\..\..\Source\vcl\WrapVclButtons.pas"/>
104+
<DCCReference Include="..\..\..\Source\vcl\WrapVclComCtrls.pas"/>
105+
<DCCReference Include="..\..\..\Source\vcl\WrapVclControls.pas"/>
106+
<DCCReference Include="..\..\..\Source\vcl\WrapVclDialogs.pas"/>
107+
<DCCReference Include="..\..\..\Source\vcl\WrapVclExtCtrls.pas"/>
108+
<DCCReference Include="..\..\..\Source\vcl\WrapVclForms.pas"/>
109+
<DCCReference Include="..\..\..\Source\vcl\WrapVclGraphics.pas"/>
110+
<DCCReference Include="..\..\..\Source\vcl\WrapVclGrids.pas"/>
111+
<DCCReference Include="..\..\..\Source\vcl\WrapVclSamplesSpin.pas"/>
112+
<DCCReference Include="..\..\..\Source\vcl\WrapVclStdCtrls.pas"/>
113113
<BuildConfiguration Include="Release">
114114
<Key>Cfg_2</Key>
115115
<CfgParent>Base</CfgParent>
@@ -159,6 +159,12 @@
159159
<Overwrite>true</Overwrite>
160160
</Platform>
161161
</DeployFile>
162+
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\Win64\PythonVcl270.bpl" Configuration="Debug" Class="ProjectOutput">
163+
<Platform Name="Win64">
164+
<RemoteName>PythonVcl.bpl</RemoteName>
165+
<Overwrite>true</Overwrite>
166+
</Platform>
167+
</DeployFile>
162168
<DeployClass Name="AdditionalDebugSymbols">
163169
<Platform Name="OSX32">
164170
<Operation>1</Operation>

0 commit comments

Comments
 (0)