1
0
mirror of synced 2024-09-19 09:46:09 +00:00

Fixed: correct suffix for DXE2 package

This commit is contained in:
Mark van Renswoude 2014-03-16 08:47:27 +00:00
parent a212dbd74c
commit ec2536d09a
2 changed files with 3 additions and 5 deletions

View File

@ -25,7 +25,7 @@ package X2Utils;
{$IMAGEBASE $400000}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'X2Utils'}
{$LIBSUFFIX 'XE2'}
{$LIBSUFFIX 'DXE2'}
{$RUNONLY}
{$IMPLICITBUILD ON}

View File

@ -113,6 +113,7 @@
<DCC_HppOutput>$(DELPHILIB)</DCC_HppOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<DllSuffix>DXE2</DllSuffix>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
@ -159,10 +160,7 @@
<Source>
<Source Name="MainSource">X2Utils.dpk</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k160.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp160.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
<Excluded_Packages/>
</Delphi.Personality>
<Platforms>
<Platform value="Win64">True</Platform>