diff --git a/lcl/interfaces/lcl.lpk b/lcl/interfaces/lcl.lpk index da91bcf6b2..4cd2d5a104 100644 --- a/lcl/interfaces/lcl.lpk +++ b/lcl/interfaces/lcl.lpk @@ -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