Skip to content

Commit 7791110

Browse files
author
Sven Harazim
committed
Delphi 11 Release
1 parent af61a7b commit 7791110

File tree

7 files changed

+20
-16
lines changed

7 files changed

+20
-16
lines changed

Code/DDevExtensions/Bin/Changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version: 2.88
2+
=============
3+
- Added: Support for Delphi 11.0 Alexandria
4+
15
Version: 2.87
26
=============
37
- Added: Support for Delphi 10.4 Sydney

Code/DDevExtensions/Bin/Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DDevExtensions
22
==============
33

4-
(C) 2006-2020 Andreas Hausladen
4+
(C) 2006-2021 Andreas Hausladen
55
66
https://www.idefixpack.de/ddev
77

Code/DDevExtensions/Bin/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DDevExtensions Version 2.87
1+
DDevExtensions Version 2.88

Code/DDevExtensions/D_D110/DDevExtensions.dproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@
6565
<Debugger_RunParams>-rBDSPlain -pDelphi</Debugger_RunParams>
6666
<Debugger_LoadUnspecifiedSymbols>true</Debugger_LoadUnspecifiedSymbols>
6767
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
68-
<PreBuildEvent>
69-
<![CDATA[copy /Y "$(PROJECTDIR)\..\..\..\CompileInterceptor\Bin\CompileInterceptorW.dll" "$(OUTPUTDIR)"
70-
$(PreBuildEvent)]]>
71-
</PreBuildEvent>
68+
<PreBuildEvent><![CDATA[copy /Y "$(PROJECTDIR)\..\..\..\CompileInterceptor\Bin\CompileInterceptorW.dll" "$(OUTPUTDIR)"
69+
$(PreBuildEvent)]]></PreBuildEvent>
7270
<Debugger_LoadAllSymbols>false</Debugger_LoadAllSymbols>
7371
<Debugger_HostApplication>$(BDS)\Bin\bds.exe</Debugger_HostApplication>
7472
</PropertyGroup>
@@ -77,7 +75,6 @@ $(PreBuildEvent)]]>
7775
<DCC_DebugInformation>0</DCC_DebugInformation>
7876
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
7977
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
80-
<DCC_MapFile>3</DCC_MapFile>
8178
<DCC_ObjOutput>lib</DCC_ObjOutput>
8279
<DCC_HppOutput>lib</DCC_HppOutput>
8380
<DCC_ResourcePath>OldPalette;$(DCC_ResourcePath)</DCC_ResourcePath>
@@ -145,7 +142,10 @@ $(PreBuildEvent)]]>
145142
<Source>
146143
<Source Name="MainSource">DDevExtensions.dpr</Source>
147144
</Source>
148-
<Excluded_Packages/>
145+
<Excluded_Packages>
146+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
147+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
148+
</Excluded_Packages>
149149
</Delphi.Personality>
150150
<ModelSupport>False</ModelSupport>
151151
<Platforms>

Code/DDevExtensions/Installer/DDevExtensionsReg.dproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<MainSource>DDevExtensionsReg.dpr</MainSource>
55
<Config Condition="'$(Config)'==''">Release</Config>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7-
<ProjectVersion>19.1</ProjectVersion>
7+
<ProjectVersion>19.3</ProjectVersion>
88
<Basis>True</Basis>
99
<AppType>Application</AppType>
1010
<FrameworkType>VCL</FrameworkType>
@@ -108,17 +108,17 @@
108108
<Form>FormMain</Form>
109109
</DCCReference>
110110
<DCCReference Include="..\Source\AppConsts.pas"/>
111-
<BuildConfiguration Include="Debug">
112-
<Key>Cfg_2</Key>
113-
<CfgParent>Base</CfgParent>
114-
</BuildConfiguration>
115111
<BuildConfiguration Include="Base">
116112
<Key>Base</Key>
117113
</BuildConfiguration>
118114
<BuildConfiguration Include="Release">
119115
<Key>Cfg_1</Key>
120116
<CfgParent>Base</CfgParent>
121117
</BuildConfiguration>
118+
<BuildConfiguration Include="Debug">
119+
<Key>Cfg_2</Key>
120+
<CfgParent>Base</CfgParent>
121+
</BuildConfiguration>
122122
</ItemGroup>
123123
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
124124
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VersionNumber = '2.87';
1+
VersionNumber = '2.88';

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Homepage: https://www.idefixpack.de/ddev
33

44
DDevExtensions adds new features to RAD Studio.
55

6-
Supported Delphi Versions 10.2, 10.3 and 10.4
6+
Supported Delphi Versions 10.2, 10.3, 10.4, 11.0
77

88
## Releases Delphi 2009-10.3
99

1010
Until there are new releases the releases are still available at
1111
https://www.idefixpack.de/ddev
1212

13-
## Release Delphi 10.4
13+
## Release Delphi 10.4, 11.0
1414

1515
A precompiled version can be downloaded from here the DelphiPraxis fork:
1616
https://github.com/DelphiPraxis/DDevExtensions/releases

0 commit comments

Comments
 (0)