| August 8, 2011 12:00 AM PDT | |
You get the following message if you try to build a Makefile project type with Intel C++ Compiler in the Visual Studio 2010* IDE:
Microsoft Visual Studio
---------------------------
The "ConfigurationGeneral" rule is missing the "PlatformToolset" property.
---------------------------
OK
---------------------------
The reason is that the Intel(R) C++ Compiler plug-in for Visual Studio does not support Makefile project types. The Intel compiler only supports C++ project types. Makefile projects are tied to custom build rules which setup build rules and options, and the LIB, BIN, INCLUDE directories for the compiler they use. To build a Makefile project with the Intel compiler you will need to have similar build rules that set up the build environment for the Intel C++ Compiler.
Microsoft Visual Studio
---------------------------
The "ConfigurationGeneral" rule is missing the "PlatformToolset" property.
---------------------------
OK
---------------------------
The reason is that the Intel(R) C++ Compiler plug-in for Visual Studio does not support Makefile project types. The Intel compiler only supports C++ project types. Makefile projects are tied to custom build rules which setup build rules and options, and the LIB, BIN, INCLUDE directories for the compiler they use. To build a Makefile project with the Intel compiler you will need to have similar build rules that set up the build environment for the Intel C++ Compiler.
Do you need more help?
This article applies to: Intel® C++ Compiler for Windows* Knowledge Base, Intel® Parallel Composer Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (0) 
Trackbacks (0)
Leave a comment 
To obtain technical support, please go to Software Support.
Author
Mark Sabahi (Intel)
|

