Skip to content

Commit 8e83b56

Browse files
committed
Remove marketing names from later Delpji compilers
Fixes #125
1 parent 1b56fcd commit 8e83b56

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Src/Compilers.UBDS.pas

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2006-2023, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2024, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that controls and provides information about Borland CodeGear and
99
* Embarcadero "BDS" Win32 compilers.
@@ -172,13 +172,13 @@ function TBDSCompiler.GetName: string;
172172
sDelphiXE6 = 'Delphi XE6';
173173
sDelphiXE7 = 'Delphi XE7';
174174
sDelphiXE8 = 'Delphi XE8';
175-
sDelphi10S = 'Delphi 10 Seattle';
176-
sDelphi101B = 'Delphi 10.1 Berlin';
177-
sDelphi102T = 'Delphi 10.2 Tokyo';
178-
sDelphi103R = 'Delphi 10.3 Rio';
179-
sDelphi104S = 'Delphi 10.4 Sydney';
180-
sDelphi11A = 'Delphi 11.x Alexandria';
181-
sDelphi12A = 'Delphi 12 Athens';
175+
sDelphi10S = 'Delphi 10'; // Seattle
176+
sDelphi101B = 'Delphi 10.1'; // Berlin
177+
sDelphi102T = 'Delphi 10.2'; // Tokyo
178+
sDelphi103R = 'Delphi 10.3'; // Rio
179+
sDelphi104S = 'Delphi 10.4'; // Sydney
180+
sDelphi11A = 'Delphi 11.x'; // Alexandria
181+
sDelphi12A = 'Delphi 12.x'; // Athens
182182
begin
183183
case GetID of
184184
ciDXE:

0 commit comments

Comments
 (0)