From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-10-01 03:49:39


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.

Comments, anyone?

Markus