|
3 | 3 | * v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
4 | 4 | * obtain one at https://mozilla.org/MPL/2.0/
|
5 | 5 | *
|
6 |
| - * Copyright (C) 2006-2023, Peter Johnson (gravatar.com/delphidabbler). |
| 6 | + * Copyright (C) 2006-2024, Peter Johnson (gravatar.com/delphidabbler). |
7 | 7 | *
|
8 | 8 | * Class that controls and provides information about Borland CodeGear and
|
9 | 9 | * Embarcadero "BDS" Win32 compilers.
|
@@ -172,13 +172,13 @@ function TBDSCompiler.GetName: string;
|
172 | 172 | sDelphiXE6 = 'Delphi XE6';
|
173 | 173 | sDelphiXE7 = 'Delphi XE7';
|
174 | 174 | 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 |
182 | 182 | begin
|
183 | 183 | case GetID of
|
184 | 184 | ciDXE:
|
|
0 commit comments