mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 05:09:55 +02:00
codetools: updated ide unit paths
This commit is contained in:
parent
d31003464a
commit
6bdd3dfa3d
@ -6717,6 +6717,7 @@ begin
|
||||
+LazarusSrcDir+'/components/debuggerintf;'
|
||||
+LazarusSrcDir+'/components/lazdebuggers/lazdebuggerintf;'
|
||||
+LazarusSrcDir+'/components/lazdebuggers/lazdebuggerfp;'
|
||||
+LazarusSrcDir+'/components/lazdebuggers/lazdebuggerfplldb;'
|
||||
+LazarusSrcDir+'/lcl;'
|
||||
+LazarusSrcDir+'/lcl/interfaces;'
|
||||
+LazarusSrcDir+'/lcl/interfaces/'+WidgetType+';'
|
||||
@ -6784,6 +6785,9 @@ begin
|
||||
+LazarusSrcDir+'/components/codetools;'
|
||||
+LazarusSrcDir+'/components/lazdebuggergdbmi;'
|
||||
+LazarusSrcDir+'/components/debuggerintf;'
|
||||
+LazarusSrcDir+'/components/lazdebuggers/lazdebuggerintf;'
|
||||
+LazarusSrcDir+'/components/lazdebuggers/lazdebuggerfp;'
|
||||
+LazarusSrcDir+'/components/lazdebuggers/lazdebuggerfplldb;'
|
||||
+LazarusSrcDir+'/lcl;'
|
||||
+LazarusSrcDir+'/lcl/interfaces;'
|
||||
+LazarusSrcDir+'/lcl/interfaces/'+WidgetType+';')
|
||||
|
Loading…
Reference in New Issue
Block a user