mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 22:20:17 +02:00
codetools: updated FPCOperatingSystemCaptions
git-svn-id: trunk@45582 -
This commit is contained in:
parent
522643fce7
commit
ca796f9dce
@ -101,7 +101,7 @@ const
|
||||
VirtualTempDir='TEMPORARYDIRECTORY';
|
||||
|
||||
// FPC operating systems and processor types
|
||||
FPCOperatingSystemNames: array[1..34] of shortstring =(
|
||||
FPCOperatingSystemNames: array[1..33] of shortstring =(
|
||||
'linux',
|
||||
'win32','win64','wince',
|
||||
'darwin','macos',
|
||||
@ -118,7 +118,6 @@ const
|
||||
'haiku',
|
||||
'iphonesim',
|
||||
'java',
|
||||
'macos',
|
||||
'msdos',
|
||||
'morphos',
|
||||
'nds',
|
||||
@ -132,6 +131,41 @@ const
|
||||
'watcom',
|
||||
'wdosx'
|
||||
);
|
||||
FPCOperatingSystemCaption: array[1..33] of shortstring =(
|
||||
'AIX',
|
||||
'Amiga',
|
||||
'Android',
|
||||
'Atari',
|
||||
'Beos',
|
||||
'Darwin',
|
||||
'Embedded',
|
||||
'emx',
|
||||
'FreeBSD',
|
||||
'gba',
|
||||
'go32v2',
|
||||
'Haiku',
|
||||
'iphonesim',
|
||||
'Java',
|
||||
'Linux',
|
||||
'MacOS',
|
||||
'MorphOS',
|
||||
'MSDOS',
|
||||
'nds',
|
||||
'NetBSD',
|
||||
'Netware',
|
||||
'NetwLibC',
|
||||
'OpenBSD',
|
||||
'OS2',
|
||||
'PalmOS',
|
||||
'qnx',
|
||||
'Solaris',
|
||||
'Symbian',
|
||||
'Watcom',
|
||||
'wdosx',
|
||||
'Win32',
|
||||
'Win64',
|
||||
'WinCE'
|
||||
);
|
||||
|
||||
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
||||
'unix', 'win' // see GetDefaultSrcOSForTargetOS
|
||||
|
Loading…
Reference in New Issue
Block a user