Added BSD compatibility headers to the image. They are not in the search

paths by default, but I guess we want to keep it that way.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25137 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-24 21:33:08 +00:00
parent 1669306c8a
commit a47d979fc2

View File

@ -52,6 +52,9 @@ if [ IsOptionalHaikuImagePackageAdded Development ]
# create be -> os symlink for now
AddSymlinkToHaikuImage develop headers : os : be ;
# BSD compatibility headers
AddHeaderDirectoryToHaikuImage compatibility bsd : bsd ;
# create gnu -> 3rdparty symlink
AddSymlinkToHaikuImage develop headers : 3rdparty : gnu ;
# TODO: Change BEINCLUDES and gcc to refer to 3rdparty rather than gnu.