mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:38:17 +02:00
codetools: added ide/packages/ideconfig to srcpath of ide
This commit is contained in:
parent
9faf110104
commit
2e52709c59
@ -6739,6 +6739,7 @@ begin
|
||||
SrcPathMacroName,
|
||||
d('../components/lazutils'
|
||||
+';../components/codetools'
|
||||
+';../ide/packages/ideconfig;'
|
||||
+';../lcl'
|
||||
+';../lcl/interfaces'
|
||||
+';../lcl/interfaces/'+WidgetType
|
||||
@ -6776,6 +6777,7 @@ begin
|
||||
d(LazarusSrcDir+'/debugger;'
|
||||
+LazarusSrcDir+'/debugger/frames;'
|
||||
+LazarusSrcDir+'/ide;'
|
||||
+LazarusSrcDir+'/ide/packages/ideconfig;'
|
||||
+LazarusSrcDir+'/components/buildintf;'
|
||||
+LazarusSrcDir+'/components/ideintf;'
|
||||
+LazarusSrcDir+'/components/lazutils;'
|
||||
@ -6797,6 +6799,7 @@ begin
|
||||
Format(ctsAddsDirToSourcePath,['lcl, components']),
|
||||
ExternalMacroStart+'SrcPath',
|
||||
d('../ide'
|
||||
+';../ide/packages/ideconfig;'
|
||||
+';../components/buildintf'
|
||||
+';../components/ideintf'
|
||||
+';../components/lazutils'
|
||||
@ -6824,6 +6827,7 @@ begin
|
||||
+';'+LazarusSrcDir+'/lcl/interfaces'
|
||||
+';'+LazarusSrcDir+'/lcl/interfaces/'+WidgetType
|
||||
+';'+LazarusSrcDir+'/ide'
|
||||
+';'+LazarusSrcDir+'/ide/packages/ideconfig'
|
||||
+';'+LazarusSrcDir+'/components/buildintf'
|
||||
+';'+LazarusSrcDir+'/components/ideintf'
|
||||
+';'+LazarusSrcDir+'/components/synedit'
|
||||
@ -6846,7 +6850,10 @@ begin
|
||||
SubDirTempl.AddChild(TDefineTemplate.Create('src path addition',
|
||||
Format(ctsAddsDirToSourcePath,['ide']),
|
||||
SrcPathMacroName,
|
||||
d(LazarusSrcDir+'/ide;'+LazarusSrcDir+'/packager;'+SrcPath)
|
||||
d(LazarusSrcDir+'/ide;'
|
||||
+LazarusSrcDir+'/ide/packages/ideconfig;'
|
||||
+LazarusSrcDir+'/packager;'
|
||||
+SrcPath)
|
||||
,da_Define));
|
||||
// <LazarusSrcDir>/packager/registration
|
||||
SubDirTempl:=TDefineTemplate.Create('Registration',
|
||||
|
Loading…
Reference in New Issue
Block a user