Skip to content

Commit 5fcd1ad

Browse files
committed
Add vcl reference to VCL packages
1 parent 472973f commit 5fcd1ad

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Packages/Delphi/Delphi 10.4+/VclP4DEngine.dpk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ package VclP4DEngine;
3232

3333
requires
3434
rtl,
35-
P4DEngine;
35+
P4DEngine,
36+
vcl;
3637

3738
contains
3839
Vcl.PythonGUIInputOutput in '..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas';

Packages/Delphi/Delphi 10.4+/VclP4DEngine.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
</DelphiCompile>
120120
<DCCReference Include="rtl.dcp"/>
121121
<DCCReference Include="P4DEngine.dcp"/>
122+
<DCCReference Include="vcl.dcp"/>
122123
<DCCReference Include="..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas"/>
123124
<BuildConfiguration Include="Release">
124125
<Key>Cfg_2</Key>

Packages/Delphi/Delphi 10.4+/dclVclP4DEngine.dpk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ package dclVclP4DEngine;
3333

3434
requires
3535
rtl,
36-
VclP4DEngine;
36+
VclP4DEngine,
37+
vcl;
3738

3839
contains
3940
Vcl.PythonRegistration in '..\..\..\Source\vcl\Vcl.PythonRegistration.pas';

Packages/Delphi/Delphi 10.4+/dclVclP4DEngine.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
</DelphiCompile>
149149
<DCCReference Include="rtl.dcp"/>
150150
<DCCReference Include="VclP4DEngine.dcp"/>
151+
<DCCReference Include="vcl.dcp"/>
151152
<DCCReference Include="..\..\..\Source\vcl\Vcl.PythonRegistration.pas"/>
152153
<RcItem Include="..\..\..\Images\TPYTHONGUIINPUTOUTPUT.bmp">
153154
<ResourceType>BITMAP</ResourceType>

0 commit comments

Comments
 (0)