mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 12:40:02 +02:00
parent
95545633e7
commit
d7b05763d1
@ -34,12 +34,14 @@ implementation
|
||||
const
|
||||
// CompilerMode names to be shown after -M...
|
||||
CompilerModesPretty: array[TCompilerMode] of shortstring = (
|
||||
'fpc', 'Delphi', 'DelphiUnicode', 'gpc', 'tp', 'ObjFPC', 'MacPas', 'iso'
|
||||
'fpc', 'Delphi', 'DelphiUnicode', 'gpc', 'tp', 'ObjFPC', 'MacPas', 'iso',
|
||||
'ExtPas'
|
||||
);
|
||||
// CompilerMode descriptions.
|
||||
CompilerModesDescr: array[TCompilerMode] of shortstring = (
|
||||
'Free Pascal', 'Delphi', 'Delphi Unicode', 'GNU Pascal', 'Turbo Pascal',
|
||||
'Object Pascal', 'Mac Pascal', 'ISO/IEC 7185 Pascal'
|
||||
'Object Pascal', 'Mac Pascal', 'ISO/IEC 7185 Pascal',
|
||||
'Extended Pascal, ISO 10206'
|
||||
);
|
||||
|
||||
function SyntaxModeToCaption(const ModeStr: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user