Skip to content

Standardize targets in all projects#1343

Open
chuacw wants to merge 2 commits intoJAM-Software:masterfrom
chuacw:Multi-target
Open

Standardize targets in all projects#1343
chuacw wants to merge 2 commits intoJAM-Software:masterfrom
chuacw:Multi-target

Conversation

@chuacw
Copy link
Contributor

@chuacw chuacw commented Jan 15, 2026

Fixes #1342

Enable both 32-bit and 64-bit targets in all projects.

  1. Cleanup MVCDemo (missing unit scopes, change ANSI to UTF8, fix wrong author name due to ANSI encoding),
  2. add missing unit MVCTypes uses clause to MVCDemo
  3. Added build groups

Enable both 32-bit and 64-bit targets in all projects.
1{ Cleanup MVCDemo (missing unit scopes, change ANSI to UTF8, fix wrong author name due to ANSI encoding),
2) add missing unit MVCTypes uses clause to MVCDemo
3) Added build groups
Fix missing unit scope
<Source Name="MainSource">VirtualTreesD.dpk</Source>
</Source>
<Excluded_Packages/>
<Excluded_Packages>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package is for multiple RAD Studio version, but these exclude contain a specific version number.

{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LOCALSYMBOLS OFF}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

</DeployFile>
<DeployClass Name="AdditionalDebugSymbols">
<Platform Name="iOSSimulator">
<Operation>1</Operation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this was IDE induced, but do we really need this stuff in the repo?

<Excluded_Packages/>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package is for multiple RAD Studio version but these excludes contain a specific version number. And they are not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent target support in all projects

2 participants