mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 04:27:55 +02:00
Lazbuild: Removed mentions of deprecated widgetsets from a help message. Based on patch by Don Siders, issue #41302.
This commit is contained in:
parent
4edf9681f2
commit
824fffeacf
@ -5375,8 +5375,8 @@ resourcestring
|
||||
+'multiple times.';
|
||||
lisOverrideTheProjectOperatingSystemEGWin32LinuxDefau = 'Override the '
|
||||
+'project operating system. For example: win32 linux. Default: %s.';
|
||||
lisOverrideTheProjectWidgetsetEGGtkGtk2QtWin32CarbonD = 'Override the '
|
||||
+'project widgetset. For example: gtk gtk2 qt win32 carbon. Default: %s.';
|
||||
lisOverrideTheProjectWidgetsetEGDefault = 'Override the project widgetset. ' +
|
||||
'For example: %s. Default: %s.';
|
||||
lisOverrideTheProjectCpuEGI386X86_64PowerpcPowerpc_64 = 'Override the '
|
||||
+'project CPU. For example: i386 x86_64 powerpc powerpc_64. Default: %s.';
|
||||
lisOverrideTheDefaultCompilerEGPpc386Ppcx64PpcppcEtcD = 'Override the '
|
||||
|
@ -1872,7 +1872,7 @@ begin
|
||||
w(Format(lisOverrideTheProjectOperatingSystemEGWin32LinuxDefau, [FPCAdds.GetCompiledTargetOS]));
|
||||
writeln('');
|
||||
writeln('--ws=<widgetset>, --widgetset=<widgetset>');
|
||||
w(Format(lisOverrideTheProjectWidgetsetEGGtkGtk2QtWin32CarbonD, [LCLPlatformDirNames[GetBuildLCLWidgetType]]));
|
||||
w(Format(lisOverrideTheProjectWidgetsetEGDefault, ['gtk2 qt qt5 qt6 win32 cocoa', LCLPlatformDirNames[GetBuildLCLWidgetType]]));
|
||||
writeln('');
|
||||
writeln('--cpu=<cpu>');
|
||||
w(Format(lisOverrideTheProjectCpuEGI386X86_64PowerpcPowerpc_64, [FPCAdds.GetCompiledTargetCPU]));
|
||||
|
Loading…
Reference in New Issue
Block a user