[bjam] if MSVC 7.1 or 8.0 compile-fail

13 Jan
2012
13 Jan
'12
7:20 p.m.
Hello all, If there a way to program the following within a Jamfile? import testing ; if(MSVC 7.1 or MSVC 8.0) { # How do I program this? [ compile-fail native_tu_test.cpp native_tu1.cpp native_tu2.cpp : : : <define>BOOST_TYPEOF_NATIVE ] } else { [ run native_tu_test.cpp native_tu1.cpp native_tu2.cpp : : : <define>BOOST_TYPEOF_NATIVE ] } Thanks a lot. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-bjam-if-MSVC-7-1-or-8-0-compile-fai... Sent from the Boost - Dev mailing list archive at Nabble.com.
4910
Age (days ago)
4910
Last active (days ago)
1 comments
2 participants
participants (2)
-
lcaminiti
-
Steven Watanabe