codetools: add the gtk directory as include directory for the gtk2 widgetset

git-svn-id: trunk@12215 -
This commit is contained in:
vincents 2007-09-28 12:00:54 +00:00
parent e4a8f70771
commit c600e1f71b

View File

@ -4314,6 +4314,10 @@ begin
IntfDirTemplate.AddChild(TDefineTemplate.Create('SrcPath',
Format(ctsAddsDirToSourcePath,['gtk']),ExternalMacroStart+'SrcPath',
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);
// <LazarusSrcDir>/lcl/interfaces/win32