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