codetools: FPC src defines: added .. to the SrcPath of compiler/utils

git-svn-id: trunk@15589 -
This commit is contained in:
mattias 2008-06-27 13:08:02 +00:00
parent e0ddcf13ee
commit 42827e1052

View File

@ -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