Opened 17 years ago
Closed 17 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.
Note:
See TracTickets
for help on using tickets.
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.