mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
* targets.jam
(abstract-target.direct-build-request): New rule.
(project-target.direct-build-request): New rule.
(main-target.direct-build-request): New rule.
(main-target.generate): Use data stored by
'direct-build-request' to adjust build properties.
* build-system.jam: Call 'direct-build-request' on project
target in "."
* feature.jam (feature): Don't allow propagated free features.
[SVN r15677]
4 lines
35 B
C++
4 lines
35 B
C++
|
|
#ifdef MACROS
|
|
void foo() {}
|
|
#endif |