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',
Format(ctsAddsDirToSourcePath,['lcl, components']),
ExternalMacroStart+'SrcPath',
d(LazarusSrcDir+'/debugger'
+';'+LazarusSrcDir+'/debugger/frames'
+';'+LazarusSrcDir+'/ide'
+';'+LazarusSrcDir+'/components/ideintf'
+';'+LazarusSrcDir+'/components/lazutils'
+';'+LazarusSrcDir+'/components/codetools'
+';'+LazarusSrcDir+'/lcl'
+';'+LazarusSrcDir+'/lcl/interfaces'
+';'+LazarusSrcDir+'/lcl/interfaces/'+WidgetType)
+';'+SrcPath
d(LazarusSrcDir+'/debugger;'
+LazarusSrcDir+'/debugger/frames;'
+LazarusSrcDir+'/ide;'
+LazarusSrcDir+'/components/ideintf;'
+LazarusSrcDir+'/components/lazutils;'
+LazarusSrcDir+'/components/codetools;'
+LazarusSrcDir+'/components/lazdebuggergdbmi;'
+LazarusSrcDir+'/components/debuggerintf;'
+LazarusSrcDir+'/lcl;'
+LazarusSrcDir+'/lcl/interfaces;'
+LazarusSrcDir+'/lcl/interfaces/'+WidgetType+';')
+SrcPath
,da_DefineRecurse));
MainDir.AddChild(DirTempl);