1
0
mirror of synced 2024-09-19 17:56: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} {$IMAGEBASE $400000}
{$ENDIF IMPLICITBUILDING} {$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'X2Utils'} {$DESCRIPTION 'X2Utils'}
{$LIBSUFFIX 'XE2'} {$LIBSUFFIX 'DXE2'}
{$RUNONLY} {$RUNONLY}
{$IMPLICITBUILD ON} {$IMPLICITBUILD ON}

View File

@ -113,6 +113,7 @@
<DCC_HppOutput>$(DELPHILIB)</DCC_HppOutput> <DCC_HppOutput>$(DELPHILIB)</DCC_HppOutput>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<DllSuffix>DXE2</DllSuffix>
<VerInfo_Locale>1033</VerInfo_Locale> <VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
@ -159,10 +160,7 @@
<Source> <Source>
<Source Name="MainSource">X2Utils.dpk</Source> <Source Name="MainSource">X2Utils.dpk</Source>
</Source> </Source>
<Excluded_Packages> <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>
</Delphi.Personality> </Delphi.Personality>
<Platforms> <Platforms>
<Platform value="Win64">True</Platform> <Platform value="Win64">True</Platform>