mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:40:36 +01:00
codetools: FPC src defines: added .. to the SrcPath of compiler/utils
git-svn-id: trunk@15589 -
This commit is contained in:
parent
e0ddcf13ee
commit
42827e1052
@ -3886,6 +3886,14 @@ begin
|
||||
ExternalMacroStart+'IncPath',
|
||||
IncPathMacro+';'+Dir+'compiler',da_DefineRecurse));
|
||||
MainDir.AddChild(CompilerDir);
|
||||
|
||||
// compiler/utils
|
||||
UtilsDir:=TDefineTemplate.Create('utils',ctsUtilsDirectories,'',
|
||||
'utils',da_Directory);
|
||||
UtilsDir.AddChild(TDefineTemplate.Create('SrcPath','SrcPath addition',
|
||||
ExternalMacroStart+'SrcPath',
|
||||
SrcPathMacro+';..',da_Define));
|
||||
CompilerDir.AddChild(UtilsDir);
|
||||
|
||||
// clean up
|
||||
if UnitTree<>nil then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user