mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 14:39:27 +02:00
codetools: fixed lcl nonwin32 srcpath for directory ide
git-svn-id: trunk@39706 -
This commit is contained in:
parent
f3f890e876
commit
aa5d98ecb4
@ -5844,7 +5844,8 @@ begin
|
||||
+LazarusSrcDir+'/lcl;'
|
||||
+LazarusSrcDir+'/lcl/interfaces;'
|
||||
+LazarusSrcDir+'/lcl/interfaces/'+WidgetType+';'
|
||||
+LazarusSrcDir+'/components/custom;')
|
||||
+LazarusSrcDir+'/components/custom;'
|
||||
+SrcPath)
|
||||
,da_DefineRecurse));
|
||||
// include path addition
|
||||
DirTempl.AddChild(TDefineTemplate.Create('includepath addition',
|
||||
|
Loading…
Reference in New Issue
Block a user