$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-07-05 21:52:12
Steven Weiß wrote:
> David Abrahams wrote:
>>Steven Weiß <steven11_at_[hidden]> writes:
>>
>>Please try running your build with 
>>
>>  bjam -n -a ...whatever...
>>
>>and inspect the command-lines generated.  What arguments do you see
>>there regarding shlwapi and PlatformSDK?  Do they look wrong?
>>
> 
> with the -a parameter alone it works! thank you
> 
But -a really means "build any target" ("rebuild"), doesn't it? Now it 
should work even without -a.
Andrey