mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
codetools: added nogui widget set to the list of CPU OS Widget set combinations (issue #14093)
git-svn-id: trunk@20789 -
This commit is contained in:
parent
5e10cce82a
commit
0dfadd5331
@ -124,53 +124,67 @@ const
|
||||
'i386', 'powerpc', 'm68k', 'x86_64', 'sparc', 'arm'
|
||||
);
|
||||
|
||||
Lazarus_CPU_OS_Widget_Combinations: array[1..46] of shortstring = (
|
||||
Lazarus_CPU_OS_Widget_Combinations: array[1..60] of shortstring = (
|
||||
'i386-linux-gtk',
|
||||
'i386-linux-gtk2',
|
||||
'i386-linux-qt',
|
||||
'i386-linux-fpgui',
|
||||
'i386-linux-nogui',
|
||||
'i386-freebsd-gtk',
|
||||
'i386-freebsd-gtk2',
|
||||
'i386-freebsd-qt',
|
||||
'i386-freebsd-nogui',
|
||||
'i386-openbsd-gtk',
|
||||
'i386-openbsd-gtk2',
|
||||
'i386-openbsd-qt',
|
||||
'i386-openbsd-nogui',
|
||||
'i386-netbsd-gtk',
|
||||
'i386-netbsd-gtk2',
|
||||
'i386-netbsd-qt',
|
||||
'i386-netbsd-nogui',
|
||||
'i386-win32-win32',
|
||||
'i386-win32-gtk2',
|
||||
'i386-win32-qt',
|
||||
'i386-win32-fpgui',
|
||||
'i386-win32-nogui',
|
||||
'i386-wince-wince',
|
||||
'i386-wince-fpgui',
|
||||
'i386-wince-nogui',
|
||||
'i386-darwin-gtk',
|
||||
'i386-darwin-gtk2',
|
||||
'i386-darwin-carbon',
|
||||
'i386-darwin-qt',
|
||||
'i386-darwin-fpgui',
|
||||
'i386-darwin-nogui',
|
||||
'powerpc-darwin-gtk',
|
||||
'powerpc-darwin-gtk2',
|
||||
'powerpc-darwin-carbon',
|
||||
'powerpc-linux-gtk',
|
||||
'powerpc-linux-gtk2',
|
||||
'powerpc-linux-nogui',
|
||||
'sparc-linux-gtk',
|
||||
'sparc-linux-gtk2',
|
||||
'sparc-linux-nogui',
|
||||
'arm-wince-wince',
|
||||
'arm-wince-fpgui',
|
||||
'arm-wince-nogui',
|
||||
'arm-linux-gtk',
|
||||
'arm-linux-gtk2',
|
||||
'arm-linux-qt',
|
||||
'arm-linux-nogui',
|
||||
'x86_64-freebsd-gtk',
|
||||
'x86_64-freebsd-gtk2',
|
||||
'x86_64-freebsd-qt',
|
||||
'x86_64-freebsd-fpgui',
|
||||
'x86_64-freebsd-nogui',
|
||||
'x86_64-linux-gtk',
|
||||
'x86_64-linux-gtk2',
|
||||
'x86_64-linux-qt',
|
||||
'x86_64-linux-fpgui',
|
||||
'x86_64-linux-nogui',
|
||||
'x86_64-win64-win32',
|
||||
'x86_64-win64-fpgui'
|
||||
'x86_64-win64-fpgui',
|
||||
'x86_64-win64-nogui'
|
||||
);
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user