mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 08:30:58 +02:00
added fpc src path: from rtl/darwin/ to rtl/bsd/
git-svn-id: trunk@5793 -
This commit is contained in:
parent
56c3721bf0
commit
4d1c380243
@ -3280,6 +3280,16 @@ begin
|
|||||||
Format(ctsAddsDirToSourcePath,[TargetProcessor]),
|
Format(ctsAddsDirToSourcePath,[TargetProcessor]),
|
||||||
ExternalMacroStart+'SrcPath',s,da_DefineRecurse));
|
ExternalMacroStart+'SrcPath',s,da_DefineRecurse));
|
||||||
RTLDir.AddChild(RTLOSDir);
|
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;
|
end;
|
||||||
// rtl/win32
|
// rtl/win32
|
||||||
RTLWin32Dir:=TDefineTemplate.Create('Win32','Win32','','win32',da_Directory);
|
RTLWin32Dir:=TDefineTemplate.Create('Win32','Win32','','win32',da_Directory);
|
||||||
|
Loading…
Reference in New Issue
Block a user