Skip to content

Commit

Permalink
Delphi 11.1 Release 2.89
Browse files Browse the repository at this point in the history
  • Loading branch information
landrix committed Mar 21, 2022
1 parent 3ecaaa2 commit d004114
Show file tree
Hide file tree
Showing 12 changed files with 320 additions and 260 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ modules/

# Newer Delphi Versions create the *.res files in the build script
*.res
*.zip
4 changes: 4 additions & 0 deletions Code/DDevExtensions/Bin/Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 2.89
=============
- Fixed: Update NativeProgressForm Delphi 11.1 Alexandria

Version: 2.88
=============
- Added: Support for Delphi 11.0 Alexandria
Expand Down
2 changes: 1 addition & 1 deletion Code/DDevExtensions/Bin/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DDevExtensions
==============

(C) 2006-2021 Andreas Hausladen
(C) 2006-2022 Andreas Hausladen
[email protected]
https://www.idefixpack.de/ddev

Expand Down
2 changes: 1 addition & 1 deletion Code/DDevExtensions/Bin/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DDevExtensions Version 2.88
DDevExtensions Version 2.89
14 changes: 13 additions & 1 deletion Code/DDevExtensions/D_D110/DDevExtensions.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>..\bin\DDevExtensionsD110.dll</DCC_DependencyCheckOutputName>
<ProjectVersion>19.3</ProjectVersion>
<ProjectVersion>19.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Release</Config>
<Basis>True</Basis>
<AppType>Library</AppType>
Expand All @@ -27,6 +27,12 @@
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
<Cfg_1_Win32>true</Cfg_1_Win32>
<CfgParent>Cfg_1</CfgParent>
<Cfg_1>true</Cfg_1>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
Expand Down Expand Up @@ -69,6 +75,7 @@
$(PreBuildEvent)]]></PreBuildEvent>
<Debugger_LoadAllSymbols>false</Debugger_LoadAllSymbols>
<Debugger_HostApplication>$(BDS)\Bin\bds.exe</Debugger_HostApplication>
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
Expand All @@ -82,6 +89,11 @@ $(PreBuildEvent)]]></PreBuildEvent>
<DCC_IncludePath>OldPalette;$(DCC_IncludePath)</DCC_IncludePath>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Release>9</VerInfo_Release>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_DcuOutput>lib\debug</DCC_DcuOutput>
<MapFile>3</MapFile>
Expand Down
2 changes: 1 addition & 1 deletion Code/DDevExtensions/Installer/DDevExtensionsReg.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<MainSource>DDevExtensionsReg.dpr</MainSource>
<Config Condition="'$(Config)'==''">Release</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>19.3</ProjectVersion>
<ProjectVersion>19.4</ProjectVersion>
<Basis>True</Basis>
<AppType>Application</AppType>
<FrameworkType>VCL</FrameworkType>
Expand Down
2 changes: 1 addition & 1 deletion Code/DDevExtensions/Source/version.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VersionNumber = '2.88';
VersionNumber = '2.89';
Binary file modified CompileInterceptor/Bin/CompileInterceptorW.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion CompileInterceptor/Source/CompileInterceptor.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{$I ..\jedi\jedi.inc}
{$I ..\..\Code\DDevExtensions\jedi\jedi.inc}

547 changes: 295 additions & 252 deletions CompileInterceptor/Source/CompileInterceptorW.dproj

Large diffs are not rendered by default.

Binary file modified CompileInterceptor/Source/CompileInterceptorW.res
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Homepage: https://www.idefixpack.de/ddev

DDevExtensions adds new features to RAD Studio.

Supported Delphi Versions 10.2, 10.3, 10.4, 11.0
Supported Delphi Versions 10.2, 10.3, 10.4, 11.0, 11.1

## Releases Delphi 2009-10.3

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

## Release Delphi 10.4, 11.0
## Release Delphi 10.4, 11.1

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

0 comments on commit d004114

Please sign in to comment.