mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 19:20:38 +02:00
codetools: add the gtk directory as include directory for the gtk2 widgetset
git-svn-id: trunk@12215 -
This commit is contained in:
parent
e4a8f70771
commit
c600e1f71b
@ -4314,6 +4314,10 @@ begin
|
|||||||
IntfDirTemplate.AddChild(TDefineTemplate.Create('SrcPath',
|
IntfDirTemplate.AddChild(TDefineTemplate.Create('SrcPath',
|
||||||
Format(ctsAddsDirToSourcePath,['gtk']),ExternalMacroStart+'SrcPath',
|
Format(ctsAddsDirToSourcePath,['gtk']),ExternalMacroStart+'SrcPath',
|
||||||
d('../gtk;')+SrcPath,da_Define));
|
d('../gtk;')+SrcPath,da_Define));
|
||||||
|
// add '../gtk' to the IncPath
|
||||||
|
IntfDirTemplate.AddChild(TDefineTemplate.Create('IncPath',
|
||||||
|
Format(ctsAddsDirToIncludePath,['gtk']),ExternalMacroStart+'IncPath',
|
||||||
|
d('../gtk;')+IncPath,da_Define));
|
||||||
SubDirTempl.AddChild(IntfDirTemplate);
|
SubDirTempl.AddChild(IntfDirTemplate);
|
||||||
|
|
||||||
// <LazarusSrcDir>/lcl/interfaces/win32
|
// <LazarusSrcDir>/lcl/interfaces/win32
|
||||||
|
Loading…
Reference in New Issue
Block a user