mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 00:46:01 +02:00
LCL: fpgui: fixed compilation
git-svn-id: trunk@48611 -
This commit is contained in:
parent
eb89d4043b
commit
d79190d24b
@ -55,14 +55,14 @@ end else if LCLWidgetType='wince' then begin
|
||||
end else if LCLWidgetType='fpgui' then begin
|
||||
if undefined(fpGUIPlatform) then begin
|
||||
if SrcOS='win32' then
|
||||
fpGUIPlatform := 'gdi;'
|
||||
fpGUIPlatform := 'gdi'
|
||||
else
|
||||
fpGUIPlatform := 'x11;';
|
||||
fpGUIPlatform := 'x11';
|
||||
end;
|
||||
CustomOptions := ' -dfpgui'+fpGUIPlatform;
|
||||
UnitPath := base+'src/gui;'
|
||||
+base+'src/corelib;'
|
||||
+base+'src/corelib/'+fpGUIPlatform
|
||||
+base+'src/corelib/'+fpGUIPlatform+';'
|
||||
+base+'src/corelib/reportengine;';
|
||||
IncPath := UnitPath+base+'src;';
|
||||
end else if LCLWidgetType='customdrawn' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user