Changeset 25137

Show
Ignore:
Timestamp:
04/24/08 16:33:08 (3 weeks ago)
Author:
bonefish
Message:
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.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • haiku/trunk/build/jam/OptionalPackages

    r25077 r25137  
    5353        AddSymlinkToHaikuImage develop headers : os : be ; 
    5454 
     55        # BSD compatibility headers 
     56        AddHeaderDirectoryToHaikuImage compatibility bsd : bsd ; 
     57 
    5558        # create gnu -> 3rdparty symlink 
    5659        AddSymlinkToHaikuImage develop headers : 3rdparty : gnu ;