|
23 | 23 | <CfgParent>Base</CfgParent> |
24 | 24 | <Base>true</Base> |
25 | 25 | </PropertyGroup> |
26 | | - <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''"> |
27 | | - <Base_iOSDevice64>true</Base_iOSDevice64> |
28 | | - <CfgParent>Base</CfgParent> |
29 | | - <Base>true</Base> |
30 | | - </PropertyGroup> |
31 | | - <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''"> |
32 | | - <Base_iOSSimulator>true</Base_iOSSimulator> |
33 | | - <CfgParent>Base</CfgParent> |
34 | | - <Base>true</Base> |
35 | | - </PropertyGroup> |
36 | 26 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
37 | 27 | <Base_Win32>true</Base_Win32> |
38 | 28 | <CfgParent>Base</CfgParent> |
|
55 | 45 | <Base>true</Base> |
56 | 46 | </PropertyGroup> |
57 | 47 | <PropertyGroup Condition="'$(Base)'!=''"> |
58 | | - <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> |
| 48 | + <DCC_DcuOutput>$(_dcu)</DCC_DcuOutput> |
59 | 49 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> |
60 | 50 | <DCC_E>false</DCC_E> |
61 | 51 | <DCC_N>false</DCC_N> |
|
72 | 62 | <DCC_Description>Python4Delphi - Run-time Engine Package for VCL</DCC_Description> |
73 | 63 | <RuntimeOnlyPackage>true</RuntimeOnlyPackage> |
74 | 64 | <DllSuffix>$(Auto)</DllSuffix> |
| 65 | + <DCC_DcpOutput>$(_dcp)</DCC_DcpOutput> |
| 66 | + <DCC_BplOutput>$(_bpl)</DCC_BplOutput> |
| 67 | + <DCC_BpiOutput>$(_dcp)</DCC_BpiOutput> |
| 68 | + <DCC_HppOutput>$(_dcu)</DCC_HppOutput> |
| 69 | + <DCC_ObjOutput>$(_dcu)</DCC_ObjOutput> |
75 | 70 | </PropertyGroup> |
76 | 71 | <PropertyGroup Condition="'$(Base_Android)'!=''"> |
77 | 72 | <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
|
81 | 76 | <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
82 | 77 | <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars> |
83 | 78 | </PropertyGroup> |
84 | | - <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''"> |
85 | | - <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
86 | | - </PropertyGroup> |
87 | | - <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''"> |
88 | | - <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
89 | | - </PropertyGroup> |
90 | 79 | <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
91 | | - <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 80 | + <DCC_Namespace>$(CimNamespace);Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
92 | 81 | <BT_BuildType>Debug</BT_BuildType> |
93 | 82 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
94 | | - <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
95 | | - <VerInfo_Locale>1033</VerInfo_Locale> |
| 83 | + <DCC_Define>$(CimDefines_Extern);$(DCC_Define)</DCC_Define> |
| 84 | + <DCC_UnitSearchPath>$(CimSearchPath);$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 85 | + <DCC_UnitAlias>$(CimUnitAliases);$(DCC_UnitAlias)</DCC_UnitAlias> |
96 | 86 | </PropertyGroup> |
97 | 87 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
98 | 88 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
|
105 | 95 | <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> |
106 | 96 | <DCC_RemoteDebug>false</DCC_RemoteDebug> |
107 | 97 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
108 | | - <VerInfo_Locale>1033</VerInfo_Locale> |
109 | 98 | </PropertyGroup> |
110 | 99 | <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
111 | 100 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
|
141 | 130 | <Source> |
142 | 131 | <Source Name="MainSource">PythonVcl.dpk</Source> |
143 | 132 | </Source> |
144 | | - <Excluded_Packages> |
145 | | - <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
146 | | - <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
147 | | - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
148 | | - <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
149 | | - </Excluded_Packages> |
| 133 | + <Excluded_Packages/> |
150 | 134 | </Delphi.Personality> |
151 | 135 | <Deployment Version="3"> |
152 | 136 | <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
|
0 commit comments