mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 21:39:33 +01: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';
|
VirtualTempDir='TEMPORARYDIRECTORY';
|
||||||
|
|
||||||
// FPC operating systems and processor types
|
// FPC operating systems and processor types
|
||||||
FPCOperatingSystemNames: array[1..34] of shortstring =(
|
FPCOperatingSystemNames: array[1..33] of shortstring =(
|
||||||
'linux',
|
'linux',
|
||||||
'win32','win64','wince',
|
'win32','win64','wince',
|
||||||
'darwin','macos',
|
'darwin','macos',
|
||||||
@ -118,7 +118,6 @@ const
|
|||||||
'haiku',
|
'haiku',
|
||||||
'iphonesim',
|
'iphonesim',
|
||||||
'java',
|
'java',
|
||||||
'macos',
|
|
||||||
'msdos',
|
'msdos',
|
||||||
'morphos',
|
'morphos',
|
||||||
'nds',
|
'nds',
|
||||||
@ -132,6 +131,41 @@ const
|
|||||||
'watcom',
|
'watcom',
|
||||||
'wdosx'
|
'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 =(
|
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
||||||
'unix', 'win' // see GetDefaultSrcOSForTargetOS
|
'unix', 'win' // see GetDefaultSrcOSForTargetOS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user