Skip to content

Commit d004114

Browse files
committed
Delphi 11.1 Release 2.89
1 parent 3ecaaa2 commit d004114

File tree

12 files changed

+320
-260
lines changed

12 files changed

+320
-260
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ modules/
7070

7171
# Newer Delphi Versions create the *.res files in the build script
7272
*.res
73+
*.zip

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.89
2+
=============
3+
- Fixed: Update NativeProgressForm Delphi 11.1 Alexandria
4+
15
Version: 2.88
26
=============
37
- Added: Support for Delphi 11.0 Alexandria

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-2021 Andreas Hausladen
4+
(C) 2006-2022 Andreas Hausladen
55
Andreas.Hausladen@gmx.de
66
https://www.idefixpack.de/ddev
77

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

Code/DDevExtensions/D_D110/DDevExtensions.dproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
77
<DCC_DependencyCheckOutputName>..\bin\DDevExtensionsD110.dll</DCC_DependencyCheckOutputName>
8-
<ProjectVersion>19.3</ProjectVersion>
8+
<ProjectVersion>19.4</ProjectVersion>
99
<Config Condition="'$(Config)'==''">Release</Config>
1010
<Basis>True</Basis>
1111
<AppType>Library</AppType>
@@ -27,6 +27,12 @@
2727
<CfgParent>Base</CfgParent>
2828
<Base>true</Base>
2929
</PropertyGroup>
30+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
31+
<Cfg_1_Win32>true</Cfg_1_Win32>
32+
<CfgParent>Cfg_1</CfgParent>
33+
<Cfg_1>true</Cfg_1>
34+
<Base>true</Base>
35+
</PropertyGroup>
3036
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
3137
<Cfg_2>true</Cfg_2>
3238
<CfgParent>Base</CfgParent>
@@ -69,6 +75,7 @@
6975
$(PreBuildEvent)]]></PreBuildEvent>
7076
<Debugger_LoadAllSymbols>false</Debugger_LoadAllSymbols>
7177
<Debugger_HostApplication>$(BDS)\Bin\bds.exe</Debugger_HostApplication>
78+
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
7279
</PropertyGroup>
7380
<PropertyGroup Condition="'$(Cfg_1)'!=''">
7481
<Version>7.0</Version>
@@ -82,6 +89,11 @@ $(PreBuildEvent)]]></PreBuildEvent>
8289
<DCC_IncludePath>OldPalette;$(DCC_IncludePath)</DCC_IncludePath>
8390
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
8491
</PropertyGroup>
92+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
93+
<VerInfo_MinorVer>8</VerInfo_MinorVer>
94+
<VerInfo_Release>9</VerInfo_Release>
95+
<VerInfo_Keys>CompanyName=Andreas Hausladen;FileVersion=2.8.9.575;InternalName=;LegalCopyright=(C) 2006-2022 Andreas Hausladen;LegalTrademarks=;OriginalFilename=DDevExtensions.dll;ProductName=DDevExtensions;ProductVersion=2.89;Comments=;Last Compile=2022-03-21 18:22</VerInfo_Keys>
96+
</PropertyGroup>
8597
<PropertyGroup Condition="'$(Cfg_2)'!=''">
8698
<DCC_DcuOutput>lib\debug</DCC_DcuOutput>
8799
<MapFile>3</MapFile>

Code/DDevExtensions/Installer/DDevExtensionsReg.dproj

Lines changed: 1 addition & 1 deletion
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.3</ProjectVersion>
7+
<ProjectVersion>19.4</ProjectVersion>
88
<Basis>True</Basis>
99
<AppType>Application</AppType>
1010
<FrameworkType>VCL</FrameworkType>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VersionNumber = '2.88';
1+
VersionNumber = '2.89';
607 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{$I ..\jedi\jedi.inc}
1+
{$I ..\..\Code\DDevExtensions\jedi\jedi.inc}
22

CompileInterceptor/Source/CompileInterceptorW.dproj

Lines changed: 295 additions & 252 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)