mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:59:36 +02:00
lazbuild: clean up
git-svn-id: trunk@48421 -
This commit is contained in:
parent
505992f5e4
commit
018a36d6fe
@ -1650,16 +1650,7 @@ end;
|
||||
begin
|
||||
// When quick rebuilding lazbuild, FPC rebuilds only the lazbuild.lpr, so any
|
||||
// flag that should work with quick build must be set here.
|
||||
|
||||
{$IFDEF BuildWidgetSetWin32} Result:=lpWin32; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetWinCE} Result:=lpWinCE; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetGTK} Result:=lpGtk; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetGTK2} Result:=lpGtk2; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetQT} Result:=lpQT; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetFPGui} Result:=lpfpGUI; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetCarbon} Result:=lpCarbon; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetCocoa} Result:=lpCocoa; {$ENDIF}
|
||||
{$IFDEF BuildWidgetSetNoGui} Result:=lpNoGUI; {$ENDIF}
|
||||
// At the moment there is no flag
|
||||
|
||||
HasGUI:=false;
|
||||
ConsoleVerbosity:=-1;
|
||||
|
Loading…
Reference in New Issue
Block a user