mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 18:16:02 +02:00
codetools: defines: laz src: debugger src path for debuggerintf
git-svn-id: trunk@44222 -
This commit is contained in:
parent
889678aa8e
commit
0e772531c5
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user