Skip to content

Commit

Permalink
fix: must use the BDE target to make sure it is not included in versi…
Browse files Browse the repository at this point in the history
…ons that do not support it
  • Loading branch information
obones committed Jan 6, 2025
1 parent 7b1fd8c commit 2c6dcf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions jvcl/packages/d29/JvPascalInterpreterDesign.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package JvPascalInterpreterDesign;
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
ALWAYS EDIT THE RELATED XML FILE (JvPascalInterpreterDesign-D.xml)

Last generated: 11-09-2023 15:37:34 UTC
Last generated: 06-01-2025 14:30:28 UTC
-----------------------------------------------------------------------------
}

Expand Down Expand Up @@ -49,8 +49,7 @@ requires
dclstd,
vcl,
vclx,
vcldb,
bdertl
vcldb
;

contains
Expand Down
1 change: 0 additions & 1 deletion jvcl/packages/d29/JvPascalInterpreterDesign.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="vcldb.dcp"/>
<DCCReference Include="bdertl.dcp"/>
<DCCReference Include="..\..\design\JvPascalInterpreterReg.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
Expand Down
2 changes: 1 addition & 1 deletion jvcl/packages/xml/JvPascalInterpreterDesign-D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Package Name="vcl" Targets="C,D,help" Condition=""/>
<Package Name="vclx" Targets="C,D" Condition=""/>
<Package Name="vcldb" Targets="DB" Condition=""/>
<Package Name="bdertl" Targets="DB" Condition="USE_BDE"/>
<Package Name="bdertl" Targets="BDE" Condition="USE_BDE"/>
</Requires>
<Contains>
<File Name="..\..\design\JvPascalInterpreterReg.pas" Targets="all_win32" Formname="" Condition=""/>
Expand Down

0 comments on commit 2c6dcf3

Please sign in to comment.