|
From: <car...@us...> - 2014-11-26 10:22:55
|
Revision: 969
http://sourceforge.net/p/instantobjects/code/969
Author: carlobar
Date: 2014-11-26 10:22:47 +0000 (Wed, 26 Nov 2014)
Log Message:
-----------
Update XE7 demo project
Modified Paths:
--------------
trunk/Demos/PrimerCross/Primer_DXE7.dpr
trunk/Demos/PrimerCross/Primer_DXE7.dproj
trunk/Demos/PrimerCross/Primer_DXE7.res
Modified: trunk/Demos/PrimerCross/Primer_DXE7.dpr
===================================================================
--- trunk/Demos/PrimerCross/Primer_DXE7.dpr 2014-11-26 10:21:38 UTC (rev 968)
+++ trunk/Demos/PrimerCross/Primer_DXE7.dpr 2014-11-26 10:22:47 UTC (rev 969)
@@ -66,7 +66,9 @@
QueryView in 'QueryView.pas' {QueryViewForm: TFrame},
RandomData in 'RandomData.pas',
Stopwatch in 'Stopwatch.pas',
- Utility in 'Utility.pas';
+ Utility in 'Utility.pas',
+ Vcl.Themes,
+ Vcl.Styles;
{$R *.res}
{$R *.mdr} {Model}
Modified: trunk/Demos/PrimerCross/Primer_DXE7.dproj
===================================================================
--- trunk/Demos/PrimerCross/Primer_DXE7.dproj 2014-11-26 10:21:38 UTC (rev 968)
+++ trunk/Demos/PrimerCross/Primer_DXE7.dproj 2014-11-26 10:22:47 UTC (rev 969)
@@ -127,8 +127,9 @@
<Source Name="MainSource">Primer_DXE7.dpr</Source>
</Source>
<Excluded_Packages>
- <Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
- <Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
+ <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
+ <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
+ <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\15.0\Bpl\dcldklang.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\15.0\Bpl\dcldklang.bpl not found</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<ModelSupport>False</ModelSupport>
@@ -279,6 +280,12 @@
<Operation>0</Operation>
</Platform>
</DeployClass>
+ <DeployClass Name="Android_SplashImage426">
+ <Platform Name="Android">
+ <RemoteDir>res\drawable-small</RemoteDir>
+ <Operation>1</Operation>
+ </Platform>
+ </DeployClass>
<DeployClass Name="ProjectiOSEntitlements"/>
<DeployClass Name="AdditionalDebugSymbols">
<Platform Name="OSX32">
Modified: trunk/Demos/PrimerCross/Primer_DXE7.res
===================================================================
(Binary files differ)
|