mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 19:29:32 +02:00
IDE: added target os wii, bug #29737
git-svn-id: branches/fixes_1_6@51720 -
This commit is contained in:
parent
4ba0ce0dc5
commit
d421219128
@ -105,7 +105,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',
|
||||
@ -133,9 +133,10 @@ const
|
||||
'solaris',
|
||||
'symbian',
|
||||
'watcom',
|
||||
'wdosx'
|
||||
'wdosx',
|
||||
'wii'
|
||||
);
|
||||
FPCOperatingSystemCaptions: array[1..33] of shortstring =(
|
||||
FPCOperatingSystemCaptions: array[1..34] of shortstring =(
|
||||
'AIX',
|
||||
'Amiga',
|
||||
'Android',
|
||||
@ -168,7 +169,8 @@ const
|
||||
'wdosx',
|
||||
'Win32',
|
||||
'Win64',
|
||||
'WinCE'
|
||||
'WinCE',
|
||||
'Wii'
|
||||
);
|
||||
|
||||
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
||||
|
@ -1078,6 +1078,7 @@ begin
|
||||
Add('embedded');
|
||||
Add('symbian');
|
||||
Add('msdos');
|
||||
Add('wii');
|
||||
end;
|
||||
ItemIndex:=0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user