Skip to content

Commit 59c6729

Browse files
committed
Update Code Generator prefs re Delphi 10.2, 10.3 & 10.4 support.
These compilers were added to the Predefined Compiler version drop down list that associates compiler version numbers required in conditional code with a named compiler.
1 parent 9ef6cd9 commit 59c6729

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/FrCodeGenPrefs.pas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,9 @@ procedure TCodeGenPrefsFrame.PopulatePreDefCompilerMenu;
679679
AddMenuItem('Delphi XE8', 29.0);
680680
AddMenuItem('Delphi 10 Seattle', 30.0);
681681
AddMenuItem('Delphi 10.1 Berlin', 31.0);
682+
AddMenuItem('Delphi 10.2 Tokyo', 32.0);
683+
AddMenuItem('Delphi 10.3 Rio', 33.0);
684+
AddMenuItem('Delphi 10.4 Sydney', 34.0);
682685
end;
683686

684687
procedure TCodeGenPrefsFrame.PreDefCompilerMenuClick(Sender: TObject);

0 commit comments

Comments
 (0)