added fpc src path: from rtl/darwin/ to rtl/bsd/

git-svn-id: trunk@5793 -
This commit is contained in:
mattias 2004-08-15 17:16:53 +00:00
parent 56c3721bf0
commit 4d1c380243

View File

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