mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:38:17 +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',
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user