mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 06:52:32 +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(
|
UsageOptions.UnitPath:=SetDirSeparators(
|
||||||
'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS);'
|
'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS);'
|
||||||
+'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)');
|
+'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)');
|
||||||
UsageOptions.CustomOptions:='-dLCL';
|
UsageOptions.CustomOptions:='-dLCL -dLCL$(LCLWidgetType)';
|
||||||
// add include path
|
// add include path
|
||||||
CompilerOptions.IncludeFiles:=SetDirSeparators(
|
CompilerOptions.IncludeFiles:=SetDirSeparators(
|
||||||
'$(LazarusDir)/lcl/include;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)');
|
'$(LazarusDir)/lcl/include;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)');
|
||||||
AddLCLLinkPaths(UsageOptions);
|
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
|
// file as indicator, if LCL has been recompiled
|
||||||
OutputStateFile:=SetDirSeparators(
|
OutputStateFile:=SetDirSeparators(
|
||||||
'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/alllclunits.o');
|
'$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/alllclunits.o');
|
||||||
|
Loading…
Reference in New Issue
Block a user