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