codetools: defines: laz src: debugger src path for debuggerintf

git-svn-id: trunk@44222 -
This commit is contained in:
mattias 2014-02-24 08:18:13 +00:00
parent 889678aa8e
commit 0e772531c5

View File

@ -5987,16 +5987,18 @@ begin
DirTempl.AddChild(TDefineTemplate.Create('LCL path addition', DirTempl.AddChild(TDefineTemplate.Create('LCL path addition',
Format(ctsAddsDirToSourcePath,['lcl, components']), Format(ctsAddsDirToSourcePath,['lcl, components']),
ExternalMacroStart+'SrcPath', ExternalMacroStart+'SrcPath',
d(LazarusSrcDir+'/debugger' d(LazarusSrcDir+'/debugger;'
+';'+LazarusSrcDir+'/debugger/frames' +LazarusSrcDir+'/debugger/frames;'
+';'+LazarusSrcDir+'/ide' +LazarusSrcDir+'/ide;'
+';'+LazarusSrcDir+'/components/ideintf' +LazarusSrcDir+'/components/ideintf;'
+';'+LazarusSrcDir+'/components/lazutils' +LazarusSrcDir+'/components/lazutils;'
+';'+LazarusSrcDir+'/components/codetools' +LazarusSrcDir+'/components/codetools;'
+';'+LazarusSrcDir+'/lcl' +LazarusSrcDir+'/components/lazdebuggergdbmi;'
+';'+LazarusSrcDir+'/lcl/interfaces' +LazarusSrcDir+'/components/debuggerintf;'
+';'+LazarusSrcDir+'/lcl/interfaces/'+WidgetType) +LazarusSrcDir+'/lcl;'
+';'+SrcPath +LazarusSrcDir+'/lcl/interfaces;'
+LazarusSrcDir+'/lcl/interfaces/'+WidgetType+';')
+SrcPath
,da_DefineRecurse)); ,da_DefineRecurse));
MainDir.AddChild(DirTempl); MainDir.AddChild(DirTempl);