mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 10:59:25 +01:00
codetools: added lcl targets arm-darwin-carbon arm-darwin-nogui
git-svn-id: trunk@28988 -
This commit is contained in:
parent
220934b065
commit
59680157ad
@ -124,7 +124,7 @@ const
|
||||
'FPC', 'ObjFPC', 'Delphi', 'TP', 'MacPas'
|
||||
);
|
||||
|
||||
Lazarus_CPU_OS_Widget_Combinations: array[1..62] of shortstring = (
|
||||
Lazarus_CPU_OS_Widget_Combinations: array[1..64] of shortstring = (
|
||||
'i386-linux-gtk',
|
||||
'i386-linux-gtk2',
|
||||
'i386-linux-qt',
|
||||
@ -174,6 +174,8 @@ const
|
||||
'arm-linux-gtk2',
|
||||
'arm-linux-qt',
|
||||
'arm-linux-nogui',
|
||||
'arm-darwin-carbon',
|
||||
'arm-darwin-nogui',
|
||||
'x86_64-freebsd-gtk',
|
||||
'x86_64-freebsd-gtk2',
|
||||
'x86_64-freebsd-qt',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user