|
Boost-Build : |
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2007-04-30 03:31:20
Hi,
explicitly specifying requirements doesn't work for aliased targets:
exe x : a/<define>ABC ;
alias a : aobj ;
obj aobj : a.cpp ;
explicit aobj ;
This will not build a.cpp with ABC defined, as I expected.
The attached archive contains a test project for this behavior.
-- Bojan Resnik
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk