$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-10-01 04:24:07
Markus Schöpflin wrote:
> Hello,
> 
> the status Jamfile currently contains the following test for the io 
> state saver.
> 
> libs/io/test/ios_state_test.cpp 
> <lib>../libs/test/build/test_exec_monitor   # sources
> : # args
> : # input-files
> : <runtime-link>static # requirements (static runtime required by 
> Metrowerks)
> 
> 
> This breaks the test for vacpp. I think the above should be changed to
> 
> ... : <metrowerks><*><runtime-link>static
> 
> This makes sure that the special build requirement is only applied when 
> needed.
+1
- Volodya