From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-09-07 03:53:44


It turned out the intel-win toolset has a number of problems on mainline.
Among other things, static libraries were broken, and it did not work with
vc8 backend.

Attached patch fixes that. Committed to HEAD, will merge to RC_1_34_0

Big thanks to Stefan Slapeta for helping tracking this down!

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
	* build/toolset.jam
	(push-checking-for-flags-module): New.
	(pop-checking-for-flags-module): New.
	(flags): Don't error out if 'unchecked' was last
	pushed.
	(inherit-flags): Improve comments.
	* tools/intel-win.jam
	(init): Add /lib for intel-win.archive command.
	Call msvc.configure-version-specific at the end.
	* tools/msvc.jam
	(configure-version-specific): New parameter 'toolset'.
	(configure-really): Adjust for above.