views:

146

answers:

2

Does anyone know if there is a way to get the new multi-targeting in VS2010 Beta 2 to target v8 toolset?

+1  A: 

Out of box it will only ship with 2008 support, but it can be extended to support other versions.

See the Visual C++ Native Multi-targeting here: http://blogs.msdn.com/terryclancy/archive/2009/05/19/visual-studio-2010-new-features-extensibility-points-and-partner-opportunities.aspx

Ben
A: 

Here is a forum post with a partial implementation: http://social.msdn.microsoft.com/Forums/en-US/vcprerelease/thread/226f7b5a-f777-43c1-b73b-e9c017471cab

Jim Wallace