mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 15:09:28 +02:00
Package LCL now defines makro LCL<widgetset>, e.g. LCLgtk, LCLwin32, LCLcarbon
git-svn-id: trunk@7598 -
This commit is contained in:
parent
193756ef59
commit
c35d13953f
@ -964,13 +964,13 @@ begin
|
||||
UsageOptions.UnitPath:=SetDirSeparators(
|
||||
'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS);'
|
||||
+'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)');
|
||||
UsageOptions.CustomOptions:='-dLCL';
|
||||
UsageOptions.CustomOptions:='-dLCL -dLCL$(LCLWidgetType)';
|
||||
// add include path
|
||||
CompilerOptions.IncludeFiles:=SetDirSeparators(
|
||||
'$(LazarusDir)/lcl/include;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)');
|
||||
AddLCLLinkPaths(UsageOptions);
|
||||
|
||||
// use the lcl/units/$(TargetCPU)/$(TargetOS)/alllclunits.o
|
||||
// use the lcl/units/$(TargetCPU)-$(TargetOS)/alllclunits.o
|
||||
// file as indicator, if LCL has been recompiled
|
||||
OutputStateFile:=SetDirSeparators(
|
||||
'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/alllclunits.o');
|
||||
|
Loading…
Reference in New Issue
Block a user