View Single Post
  #2  
Old 09-12-2007, 01:28 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
If you've converted your project(s) to use the Intel C++ compiler (within VS) and build using devenv in the Make VS.NET action (since MSBuild doesn't support building .icproj files--select devenv in the Override field on the Options tab), it (VS) should use the Intel compiler. Our tests product build output like:

9/12/2007 12:24:52 PM: Building project step 'Make VS 2005'...
Pre-processing...

Building configuration 'Debug|Win32'...

Microsoft (R) Visual Studio Version 8.0.50727.42.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
------ Build started: Project: mfc1, Configuration: Debug Win32 ------
Compiling resources...(Microsoft VC++ Environment)
Compiling with Intel(R) C++ 9.1 ...(Intel C++ Environment)
...
Reply With Quote