Are the features you describe here available in Boost 1.33.1? If not, are the kludges one can implement to achieve similar functionality?
Blessings,
Foster
Ah, true, but what do you want in that case? Skip building of 'example2'
completely? Then, you can either wrap it in "if [ os.name ] = NT", or you can
use newly introduced <build>no properties:
exe example2 : [ platform-specific-source ] : <os>NT:<build>no ;