mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 15:41:50 +02:00
codetools: clean up
This commit is contained in:
parent
a7b0df00a5
commit
a95ed78a60
@ -7054,19 +7054,6 @@ begin
|
||||
DirTempl:=TDefineTemplate.Create('Components',ctsComponentsDirectory,
|
||||
'','components',da_Directory);
|
||||
|
||||
// <LazarusSrcDir>/components/custom
|
||||
SubDirTempl:=TDefineTemplate.Create('Custom Components',
|
||||
ctsCustomComponentsDirectory,
|
||||
'','custom',da_Directory);
|
||||
SubDirTempl.AddChild(TDefineTemplate.Create('lazarus standard components',
|
||||
Format(ctsAddsDirToSourcePath,['synedit']),
|
||||
SrcPathMacroName,
|
||||
d('../synedit;')
|
||||
+SrcPath
|
||||
,da_DefineRecurse));
|
||||
DirTempl.AddChild(SubDirTempl);
|
||||
MainDir.AddChild(DirTempl);
|
||||
|
||||
// <LazarusSrcDir>/tools
|
||||
DirTempl:=TDefineTemplate.Create('Tools',
|
||||
ctsToolsDirectory,'','tools',da_Directory);
|
||||
|
Loading…
Reference in New Issue
Block a user