Opened 16 years ago

Closed 16 years ago

#1978 closed enhancement (fixed)

3rdparty : add support for Jamfile.haiku for independent 3rdparty source code

Reported by: mmadia Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Imagine Application_A currently has its own set of Jamfiles. It also has a Jamfile.haiku, which is only used when Application_A is located in haiku/3rdparty

This is to help developers integrate independent applications into Haiku's build system more easily, without removing the ability to be built outside of the tree.

Change History (1)

comment:1 by bonefish, 16 years ago

Resolution: fixed
Status: newclosed

It was already possible to include arbitrarily named files in the UserBuildConfig via the built-in "include" rule. In hrev24680 I changed DeferredSubInclude, so that it can be used for that purpose. I also rearranged a few things, so that the inclusion of 3rdparty targets in the image should work without problems.

Note: See TracTickets for help on using tickets.