Fixed: correct suffix for DXE2 package
This commit is contained in:
parent
a212dbd74c
commit
ec2536d09a
@ -25,7 +25,7 @@ package X2Utils;
|
||||
{$IMAGEBASE $400000}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'X2Utils'}
|
||||
{$LIBSUFFIX 'XE2'}
|
||||
{$LIBSUFFIX 'DXE2'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user