From 4d1c3802434c7572c14bc44bcda38c81a874b972 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 15 Aug 2004 17:16:53 +0000 Subject: [PATCH] added fpc src path: from rtl/darwin/ to rtl/bsd/ git-svn-id: trunk@5793 - --- components/codetools/definetemplates.pas | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/codetools/definetemplates.pas b/components/codetools/definetemplates.pas index bd3ee72d48..52474db201 100644 --- a/components/codetools/definetemplates.pas +++ b/components/codetools/definetemplates.pas @@ -3280,6 +3280,16 @@ begin Format(ctsAddsDirToSourcePath,[TargetProcessor]), ExternalMacroStart+'SrcPath',s,da_DefineRecurse)); RTLDir.AddChild(RTLOSDir); + + // rtl/darwin uses rtl/bsd/ + RTLOSDir:=TDefineTemplate.Create('darwin','rtl/darwin','', + 'darwin',da_Directory); + s:=SrcPathMacro + +';'+Dir+'rtl'+DS+'bsd'+DS; + RTLOSDir.AddChild(TDefineTemplate.Create('Src Path', + Format(ctsAddsDirToSourcePath,[TargetProcessor]), + ExternalMacroStart+'SrcPath',s,da_DefineRecurse)); + RTLDir.AddChild(RTLOSDir); end; // rtl/win32 RTLWin32Dir:=TDefineTemplate.Create('Win32','Win32','','win32',da_Directory);