Skip to content

Commit 42d3ec6

Browse files
committedMar 10, 2025·
added Windows 64 bits target for the new Delphi 64 bits IDE
1 parent b9577c3 commit 42d3ec6

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed
 

‎packages/12-Athens/Olf.VCL.Extend.dproj

+19-20
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<PropertyGroup>
33
<ProjectGuid>{55D47047-0453-4353-A477-8131376AC9FE}</ProjectGuid>
44
<MainSource>Olf.VCL.Extend.dpk</MainSource>
5-
<ProjectVersion>20.1</ProjectVersion>
5+
<ProjectVersion>20.3</ProjectVersion>
66
<FrameworkType>None</FrameworkType>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Debug</Config>
99
<Platform Condition="'$(Platform)'==''">Win32</Platform>
10-
<TargetedPlatforms>1</TargetedPlatforms>
10+
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Package</AppType>
1212
<ProjectName Condition="'$(ProjectName)'==''">Olf.VCL.Extend</ProjectName>
1313
</PropertyGroup>
@@ -134,6 +134,10 @@
134134
</PropertyGroup>
135135
<PropertyGroup Condition="'$(Base_Win64)'!=''">
136136
<DCC_UsePackage>vcl;rtl;vclx;$(DCC_UsePackage)</DCC_UsePackage>
137+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
138+
<BT_BuildType>Debug</BT_BuildType>
139+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
140+
<VerInfo_Locale>1033</VerInfo_Locale>
137141
</PropertyGroup>
138142
<PropertyGroup Condition="'$(Base_Win64x)'!=''">
139143
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
@@ -197,7 +201,7 @@
197201
<Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Composants Microsoft Office XP Sample Automation Server Wrapper</Excluded_Packages>
198202
</Excluded_Packages>
199203
</Delphi.Personality>
200-
<Deployment Version="4">
204+
<Deployment Version="5">
201205
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
202206
<Platform Name="iOSSimulator">
203207
<Overwrite>true</Overwrite>
@@ -213,12 +217,7 @@
213217
<Overwrite>true</Overwrite>
214218
</Platform>
215219
</DeployFile>
216-
<DeployFile LocalName="..\..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\23.0\Bpl\Olf.VCL.Extend.bpl" Configuration="Debug" Class="ProjectOutput">
217-
<Platform Name="Win32">
218-
<RemoteName>Olf_VCL_Extend.bpl</RemoteName>
219-
<Overwrite>true</Overwrite>
220-
</Platform>
221-
</DeployFile>
220+
<DeployFile LocalName="..\..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\23.0\Bpl\Olf.VCL.Extend.bpl" Configuration="Debug" Class="ProjectOutput"/>
222221
<DeployClass Name="AdditionalDebugSymbols">
223222
<Platform Name="OSX32">
224223
<Operation>1</Operation>
@@ -227,16 +226,6 @@
227226
<Operation>0</Operation>
228227
</Platform>
229228
</DeployClass>
230-
<DeployClass Name="AndroidClasses">
231-
<Platform Name="Android">
232-
<RemoteDir>classes</RemoteDir>
233-
<Operation>64</Operation>
234-
</Platform>
235-
<Platform Name="Android64">
236-
<RemoteDir>classes</RemoteDir>
237-
<Operation>64</Operation>
238-
</Platform>
239-
</DeployClass>
240229
<DeployClass Name="AndroidFileProvider">
241230
<Platform Name="Android">
242231
<RemoteDir>res\xml</RemoteDir>
@@ -339,6 +328,16 @@
339328
<Operation>1</Operation>
340329
</Platform>
341330
</DeployClass>
331+
<DeployClass Name="AndroidSplashStylesV35">
332+
<Platform Name="Android">
333+
<RemoteDir>res\values-v35</RemoteDir>
334+
<Operation>1</Operation>
335+
</Platform>
336+
<Platform Name="Android64">
337+
<RemoteDir>res\values-v35</RemoteDir>
338+
<Operation>1</Operation>
339+
</Platform>
340+
</DeployClass>
342341
<DeployClass Name="Android_AdaptiveIcon">
343342
<Platform Name="Android">
344343
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
@@ -1080,7 +1079,7 @@
10801079
<Platform value="OSX64">False</Platform>
10811080
<Platform value="OSXARM64">False</Platform>
10821081
<Platform value="Win32">True</Platform>
1083-
<Platform value="Win64">False</Platform>
1082+
<Platform value="Win64">True</Platform>
10841083
<Platform value="Win64x">False</Platform>
10851084
</Platforms>
10861085
</BorlandProject>

0 commit comments

Comments
 (0)
Please sign in to comment.