mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 20:38:20 +02:00
lcl: fixed typo
git-svn-id: trunk@29627 -
This commit is contained in:
parent
89a95ef754
commit
bc73d24d7e
@ -34,7 +34,7 @@ else if LCLWidgetType='carbon' then begin
|
|||||||
+base+'pascocoa/foundation';
|
+base+'pascocoa/foundation';
|
||||||
IncPath := UnitPath;
|
IncPath := UnitPath;
|
||||||
end else if LCLWidgetType='cocoa' then begin
|
end else if LCLWidgetType='cocoa' then begin
|
||||||
CustomOptions := '-dcocoa'
|
CustomOptions := '-dcocoa';
|
||||||
end else if LCLWidgetType='wince' then begin
|
end else if LCLWidgetType='wince' then begin
|
||||||
CustomOptions := '-dDisableChecks';
|
CustomOptions := '-dDisableChecks';
|
||||||
end else if LCLWidgetType='fpgui' then begin
|
end else if LCLWidgetType='fpgui' then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user