Skip to content

Commit e897000

Browse files
committed
Delphi 10.4 support
1 parent a89c36c commit e897000

File tree

11 files changed

+187
-152
lines changed

11 files changed

+187
-152
lines changed

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.86
1+
DDevExtensions Version 2.87

Code/DDevExtensions/D_D104/DDevExtensions.dproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
77
<DCC_DependencyCheckOutputName>..\bin\DDevExtensionsD104.dll</DCC_DependencyCheckOutputName>
88
<ProjectVersion>19.1</ProjectVersion>
9-
<Config Condition="'$(Config)'==''">Debug</Config>
9+
<Config Condition="'$(Config)'==''">Release</Config>
1010
<Basis>True</Basis>
1111
<AppType>Library</AppType>
1212
<FrameworkType>VCL</FrameworkType>
@@ -144,10 +144,8 @@ $(PreBuildEvent)]]></PreBuildEvent>
144144
<Source Name="MainSource">DDevExtensions.dpr</Source>
145145
</Source>
146146
<Excluded_Packages>
147-
<Excluded_Packages Name="$(BDSBIN)\hgide270.bpl">Embarcadero Mercurial Integration</Excluded_Packages>
148-
<Excluded_Packages Name="$(BDSBIN)\svnide270.bpl">Embarcadero Subversion Integration</Excluded_Packages>
149-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
150-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
147+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
148+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
151149
</Excluded_Packages>
152150
</Delphi.Personality>
153151
<ModelSupport>False</ModelSupport>
Lines changed: 173 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,173 @@
1-
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<PropertyGroup>
3-
<ProjectGuid>{2BAF01A7-5596-444B-89D1-47A1A4550C45}</ProjectGuid>
4-
<MainSource>DDevExtensionsReg.dpr</MainSource>
5-
<Config Condition="'$(Config)'==''">Debug</Config>
6-
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7-
<ProjectVersion>14.4</ProjectVersion>
8-
<Basis>True</Basis>
9-
<AppType>Application</AppType>
10-
<FrameworkType>VCL</FrameworkType>
11-
<Base>True</Base>
12-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
13-
<TargetedPlatforms>1</TargetedPlatforms>
14-
<Platform>Win32</Platform>
15-
</PropertyGroup>
16-
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
17-
<Base>true</Base>
18-
</PropertyGroup>
19-
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
20-
<Cfg_1>true</Cfg_1>
21-
<CfgParent>Base</CfgParent>
22-
<Base>true</Base>
23-
</PropertyGroup>
24-
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
25-
<Cfg_2>true</Cfg_2>
26-
<CfgParent>Base</CfgParent>
27-
<Base>true</Base>
28-
</PropertyGroup>
29-
<PropertyGroup Condition="'$(Base)'!=''">
30-
<VerInfo_Build>575</VerInfo_Build>
31-
<VerInfo_Locale>1031</VerInfo_Locale>
32-
<VerInfo_Keys>CompanyName=Andreas Hausladen;FileVersion=2.7.0.575;InternalName=;LegalCopyright=(C) 2006-2013 Andreas Hausladen;LegalTrademarks=;OriginalFilename=;ProductName=DDevExtensions;ProductVersion=2.7;Comments=</VerInfo_Keys>
33-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
34-
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
35-
<VerInfo_MajorVer>2</VerInfo_MajorVer>
36-
<VerInfo_MinorVer>7</VerInfo_MinorVer>
37-
<DCC_ImageBase>00400000</DCC_ImageBase>
38-
<DCC_DependencyCheckOutputName>..\bin\InstallDDevExtensions.exe</DCC_DependencyCheckOutputName>
39-
<DCC_MapFile>3</DCC_MapFile>
40-
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
41-
<DCC_UsePackage>vcl;rtl;vclx;$(DCC_UsePackage)</DCC_UsePackage>
42-
<DCC_RangeChecking>true</DCC_RangeChecking>
43-
<DCC_Platform>x86</DCC_Platform>
44-
<DCC_ExeOutput>..\bin</DCC_ExeOutput>
45-
<DCC_F>false</DCC_F>
46-
<DCC_E>false</DCC_E>
47-
<DCC_K>false</DCC_K>
48-
<DCC_S>false</DCC_S>
49-
<DCC_N>true</DCC_N>
50-
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
51-
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
52-
<DCC_DcuOutput>.</DCC_DcuOutput>
53-
</PropertyGroup>
54-
<PropertyGroup Condition="'$(Cfg_1)'!=''">
55-
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
56-
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
57-
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
58-
<DCC_DebugInformation>false</DCC_DebugInformation>
59-
</PropertyGroup>
60-
<PropertyGroup Condition="'$(Cfg_2)'!=''">
61-
<VerInfo_MinorVer>7</VerInfo_MinorVer>
62-
<VerInfo_Keys>CompanyName=Andreas Hausladen;FileVersion=2.7.0.575;InternalName=;LegalCopyright=(C) 2006-2013 Andreas Hausladen;LegalTrademarks=;OriginalFilename=;ProductName=DDevExtensions;ProductVersion=2.7;Comments=</VerInfo_Keys>
63-
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
64-
</PropertyGroup>
65-
<ItemGroup>
66-
<DelphiCompile Include="DDevExtensionsReg.dpr">
67-
<MainSource>MainSource</MainSource>
68-
</DelphiCompile>
69-
<DCCReference Include="Main.pas">
70-
<Form>FormMain</Form>
71-
</DCCReference>
72-
<DCCReference Include="..\Source\AppConsts.pas"/>
73-
<BuildConfiguration Include="Debug">
74-
<Key>Cfg_2</Key>
75-
<CfgParent>Base</CfgParent>
76-
</BuildConfiguration>
77-
<BuildConfiguration Include="Basis">
78-
<Key>Base</Key>
79-
</BuildConfiguration>
80-
<BuildConfiguration Include="Release">
81-
<Key>Cfg_1</Key>
82-
<CfgParent>Base</CfgParent>
83-
</BuildConfiguration>
84-
</ItemGroup>
85-
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
86-
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
87-
<ProjectExtensions>
88-
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
89-
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
90-
<BorlandProject>
91-
<Delphi.Personality>
92-
<Source>
93-
<Source Name="MainSource">DDevExtensionsReg.dpr</Source>
94-
</Source>
95-
<Parameters/>
96-
<VersionInfo>
97-
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
98-
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
99-
<VersionInfo Name="MajorVer">2</VersionInfo>
100-
<VersionInfo Name="MinorVer">5</VersionInfo>
101-
<VersionInfo Name="Release">0</VersionInfo>
102-
<VersionInfo Name="Build">95</VersionInfo>
103-
<VersionInfo Name="Debug">False</VersionInfo>
104-
<VersionInfo Name="PreRelease">False</VersionInfo>
105-
<VersionInfo Name="Special">False</VersionInfo>
106-
<VersionInfo Name="Private">False</VersionInfo>
107-
<VersionInfo Name="DLL">False</VersionInfo>
108-
<VersionInfo Name="Locale">1031</VersionInfo>
109-
<VersionInfo Name="CodePage">1252</VersionInfo>
110-
</VersionInfo>
111-
<VersionInfoKeys>
112-
<VersionInfoKeys Name="CompanyName">Andreas Hausladen</VersionInfoKeys>
113-
<VersionInfoKeys Name="FileDescription"/>
114-
<VersionInfoKeys Name="FileVersion">2.5.0.95</VersionInfoKeys>
115-
<VersionInfoKeys Name="InternalName"/>
116-
<VersionInfoKeys Name="LegalCopyright">(C) 2006-2011 Andreas Hausladen</VersionInfoKeys>
117-
<VersionInfoKeys Name="LegalTrademarks"/>
118-
<VersionInfoKeys Name="OriginalFilename"/>
119-
<VersionInfoKeys Name="ProductName">DDevExtensions</VersionInfoKeys>
120-
<VersionInfoKeys Name="ProductVersion">2.5</VersionInfoKeys>
121-
<VersionInfoKeys Name="Comments"/>
122-
</VersionInfoKeys>
123-
<Excluded_Packages>
124-
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k160.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages>
125-
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp160.bpl">Embarcadero C++Builder-Package für Office XP-Server</Excluded_Packages>
126-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k160.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
127-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp160.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
128-
</Excluded_Packages>
129-
</Delphi.Personality>
130-
<Platforms>
131-
<Platform value="Win64">False</Platform>
132-
<Platform value="Win32">True</Platform>
133-
</Platforms>
134-
</BorlandProject>
135-
<ProjectFileVersion>12</ProjectFileVersion>
136-
</ProjectExtensions>
137-
</Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{2BAF01A7-5596-444B-89D1-47A1A4550C45}</ProjectGuid>
4+
<MainSource>DDevExtensionsReg.dpr</MainSource>
5+
<Config Condition="'$(Config)'==''">Release</Config>
6+
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7+
<ProjectVersion>19.1</ProjectVersion>
8+
<Basis>True</Basis>
9+
<AppType>Application</AppType>
10+
<FrameworkType>VCL</FrameworkType>
11+
<Base>True</Base>
12+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
13+
<TargetedPlatforms>1</TargetedPlatforms>
14+
<Platform>Win32</Platform>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
17+
<Base>true</Base>
18+
</PropertyGroup>
19+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
20+
<Base_Win32>true</Base_Win32>
21+
<CfgParent>Base</CfgParent>
22+
<Base>true</Base>
23+
</PropertyGroup>
24+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
25+
<Base_Win64>true</Base_Win64>
26+
<CfgParent>Base</CfgParent>
27+
<Base>true</Base>
28+
</PropertyGroup>
29+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
30+
<Cfg_1>true</Cfg_1>
31+
<CfgParent>Base</CfgParent>
32+
<Base>true</Base>
33+
</PropertyGroup>
34+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
35+
<Cfg_1_Win32>true</Cfg_1_Win32>
36+
<CfgParent>Cfg_1</CfgParent>
37+
<Cfg_1>true</Cfg_1>
38+
<Base>true</Base>
39+
</PropertyGroup>
40+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
41+
<Cfg_2>true</Cfg_2>
42+
<CfgParent>Base</CfgParent>
43+
<Base>true</Base>
44+
</PropertyGroup>
45+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
46+
<Cfg_2_Win32>true</Cfg_2_Win32>
47+
<CfgParent>Cfg_2</CfgParent>
48+
<Cfg_2>true</Cfg_2>
49+
<Base>true</Base>
50+
</PropertyGroup>
51+
<PropertyGroup Condition="'$(Base)'!=''">
52+
<VerInfo_Build>575</VerInfo_Build>
53+
<VerInfo_Locale>1031</VerInfo_Locale>
54+
<VerInfo_Keys>CompanyName=Andreas Hausladen;FileVersion=2.7.0.575;InternalName=;LegalCopyright=(C) 2006-2013 Andreas Hausladen;LegalTrademarks=;OriginalFilename=;ProductName=DDevExtensions;ProductVersion=2.7;Comments=</VerInfo_Keys>
55+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
56+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
57+
<VerInfo_MajorVer>2</VerInfo_MajorVer>
58+
<VerInfo_MinorVer>7</VerInfo_MinorVer>
59+
<DCC_ImageBase>00400000</DCC_ImageBase>
60+
<DCC_DependencyCheckOutputName>..\bin\InstallDDevExtensions.exe</DCC_DependencyCheckOutputName>
61+
<DCC_MapFile>3</DCC_MapFile>
62+
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
63+
<DCC_UsePackage>vcl;rtl;vclx;$(DCC_UsePackage)</DCC_UsePackage>
64+
<DCC_RangeChecking>true</DCC_RangeChecking>
65+
<DCC_Platform>x86</DCC_Platform>
66+
<DCC_ExeOutput>..\bin</DCC_ExeOutput>
67+
<DCC_F>false</DCC_F>
68+
<DCC_E>false</DCC_E>
69+
<DCC_K>false</DCC_K>
70+
<DCC_S>false</DCC_S>
71+
<DCC_N>true</DCC_N>
72+
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
73+
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
74+
<DCC_DcuOutput>.</DCC_DcuOutput>
75+
<SanitizedProjectName>DDevExtensionsReg</SanitizedProjectName>
76+
</PropertyGroup>
77+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
78+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
79+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
80+
</PropertyGroup>
81+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
82+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
83+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
84+
</PropertyGroup>
85+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
86+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
87+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
88+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
89+
<DCC_DebugInformation>0</DCC_DebugInformation>
90+
</PropertyGroup>
91+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
92+
<BT_BuildType>Debug</BT_BuildType>
93+
<Manifest_File>(Ohne)</Manifest_File>
94+
</PropertyGroup>
95+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
96+
<VerInfo_MinorVer>7</VerInfo_MinorVer>
97+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
98+
</PropertyGroup>
99+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
100+
<BT_BuildType>Debug</BT_BuildType>
101+
<Manifest_File>(Ohne)</Manifest_File>
102+
</PropertyGroup>
103+
<ItemGroup>
104+
<DelphiCompile Include="$(MainSource)">
105+
<MainSource>MainSource</MainSource>
106+
</DelphiCompile>
107+
<DCCReference Include="Main.pas">
108+
<Form>FormMain</Form>
109+
</DCCReference>
110+
<DCCReference Include="..\Source\AppConsts.pas"/>
111+
<BuildConfiguration Include="Debug">
112+
<Key>Cfg_2</Key>
113+
<CfgParent>Base</CfgParent>
114+
</BuildConfiguration>
115+
<BuildConfiguration Include="Base">
116+
<Key>Base</Key>
117+
</BuildConfiguration>
118+
<BuildConfiguration Include="Release">
119+
<Key>Cfg_1</Key>
120+
<CfgParent>Base</CfgParent>
121+
</BuildConfiguration>
122+
</ItemGroup>
123+
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
124+
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
125+
<ProjectExtensions>
126+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
127+
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
128+
<BorlandProject>
129+
<Delphi.Personality>
130+
<Source>
131+
<Source Name="MainSource">DDevExtensionsReg.dpr</Source>
132+
</Source>
133+
<Parameters/>
134+
<VersionInfo>
135+
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
136+
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
137+
<VersionInfo Name="MajorVer">2</VersionInfo>
138+
<VersionInfo Name="MinorVer">5</VersionInfo>
139+
<VersionInfo Name="Release">0</VersionInfo>
140+
<VersionInfo Name="Build">95</VersionInfo>
141+
<VersionInfo Name="Debug">False</VersionInfo>
142+
<VersionInfo Name="PreRelease">False</VersionInfo>
143+
<VersionInfo Name="Special">False</VersionInfo>
144+
<VersionInfo Name="Private">False</VersionInfo>
145+
<VersionInfo Name="DLL">False</VersionInfo>
146+
<VersionInfo Name="Locale">1031</VersionInfo>
147+
<VersionInfo Name="CodePage">1252</VersionInfo>
148+
</VersionInfo>
149+
<VersionInfoKeys>
150+
<VersionInfoKeys Name="CompanyName">Andreas Hausladen</VersionInfoKeys>
151+
<VersionInfoKeys Name="FileDescription"/>
152+
<VersionInfoKeys Name="FileVersion">2.5.0.95</VersionInfoKeys>
153+
<VersionInfoKeys Name="InternalName"/>
154+
<VersionInfoKeys Name="LegalCopyright">(C) 2006-2011 Andreas Hausladen</VersionInfoKeys>
155+
<VersionInfoKeys Name="LegalTrademarks"/>
156+
<VersionInfoKeys Name="OriginalFilename"/>
157+
<VersionInfoKeys Name="ProductName">DDevExtensions</VersionInfoKeys>
158+
<VersionInfoKeys Name="ProductVersion">2.5</VersionInfoKeys>
159+
<VersionInfoKeys Name="Comments"/>
160+
</VersionInfoKeys>
161+
<Excluded_Packages>
162+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
163+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
164+
</Excluded_Packages>
165+
</Delphi.Personality>
166+
<Platforms>
167+
<Platform value="Win32">True</Platform>
168+
<Platform value="Win64">False</Platform>
169+
</Platforms>
170+
</BorlandProject>
171+
<ProjectFileVersion>12</ProjectFileVersion>
172+
</ProjectExtensions>
173+
</Project>
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VersionNumber = '2.86';
1+
VersionNumber = '2.87';

Code/DDevExtensions/Version.res

0 Bytes
Binary file not shown.

Code/DDevExtensions/build.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SETLOCAL
44
:: *************************
55
:: * rebuild with Delphi 2009 (much smaller file). XE2 is required for the .res file
66
REM Set BuildInstallerWith="C:\CodeGear\RAD Studio\6.0\bin\rsvars.bat"
7-
Set BuildInstallerWith="C:\Program Files (x86)\Embarcadero\Studio\18.0\bin\rsvars.bat"
7+
Set BuildInstallerWith="C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\rsvars.bat"
88

99
SET curdir=%CD%
1010
cd /d "%~dp0"
@@ -34,7 +34,7 @@ del version.h
3434

3535
:: **********************************************************************************************
3636

37-
SET LINKMAPFILE=C:\CodeGear\Tools\linkmapfile.exe
37+
SET LINKMAPFILE=..\..\Tools\LinkMapFile\linkmapfile.exe
3838

3939
:: Delete intermediate files
4040
del /Q D_2009\lib\*.dcu >NUL
@@ -53,7 +53,6 @@ del /Q D_D102\lib\*.dcu >NUL
5353
del /Q D_D103\lib\*.dcu >NUL
5454
del /Q D_D104\lib\*.dcu >NUL
5555

56-
5756
echo.
5857
echo === Installer ==============================
5958
cd Installer

Code/DDevExtensions/version.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@SET majorversion=2
2-
@SET minorversion=86
2+
@SET minorversion=87

README.md

Lines changed: 3 additions & 3 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 and 10.3
6+
Supported Delphi Versions 10.2, 10.3 and 10.4
77

88
## Compile
99

10-
Requires: jedi\jedi.inc file in the IDE's source path.
10+
Requires: jedi\jedi.inc file (from https://github.com/project-jedi/jedi) in the IDE's source path.
1111

1212
In the `Code\DDevExtensions folder` open the `DDevExtensions.groupproj` file in the Delphi IDE.
13-
The file is in the D_D102 (Delphi 10.2), D_D103 (Delphi 10.3), ... folder.
13+
The file is in the D_D102 (Delphi 10.2), D_D103 (Delphi 10.3), D_D104 (Delphi 10.4), ... folder.
1414

1515

1616
## How to install

Shared/IDE/Options/FrmTreePages.dfm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ inherited FormTreePages: TFormTreePages
55
Caption = 'TreePages'
66
ClientHeight = 440
77
ClientWidth = 701
8-
Font.Name = 'Tahoma'
98
OldCreateOrder = True
109
Position = poScreenCenter
1110
OnCreate = FormCreate

0 commit comments

Comments
 (0)