mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-05 05:39:32 +01:00
codetools: updated FPCOperatingSystemNames
git-svn-id: trunk@45580 -
This commit is contained in:
parent
7d95c6eb09
commit
ff2369aacf
@ -101,7 +101,7 @@ const
|
|||||||
VirtualTempDir='TEMPORARYDIRECTORY';
|
VirtualTempDir='TEMPORARYDIRECTORY';
|
||||||
|
|
||||||
// FPC operating systems and processor types
|
// FPC operating systems and processor types
|
||||||
FPCOperatingSystemNames: array[1..33] of shortstring =(
|
FPCOperatingSystemNames: array[1..34] of shortstring =(
|
||||||
'linux',
|
'linux',
|
||||||
'win32','win64','wince',
|
'win32','win64','wince',
|
||||||
'darwin','macos',
|
'darwin','macos',
|
||||||
@ -119,6 +119,7 @@ const
|
|||||||
'iphonesim',
|
'iphonesim',
|
||||||
'java',
|
'java',
|
||||||
'macos',
|
'macos',
|
||||||
|
'msdos',
|
||||||
'morphos',
|
'morphos',
|
||||||
'nds',
|
'nds',
|
||||||
'netware',
|
'netware',
|
||||||
@ -131,6 +132,7 @@ const
|
|||||||
'watcom',
|
'watcom',
|
||||||
'wdosx'
|
'wdosx'
|
||||||
);
|
);
|
||||||
|
|
||||||
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
||||||
'unix', 'win' // see GetDefaultSrcOSForTargetOS
|
'unix', 'win' // see GetDefaultSrcOSForTargetOS
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user