Search
Support & Downloads
All of Support
This Category
This Product
Software Products
Intel® C++ Compiler for Windows*
Support for batch build

To support batch-mode execution, the Integration Tool includes the /IntelSpecific command-line option.

The syntax of the batch-mode invocation for Microsoft Visual C++* is:

>> devenv.exe solutionfile.sln /build solutionconfig [ /project projectnameorfile [ /projectconfig name ] ] /IntelSpecific compilername [compilerversion]

Compilername: Intel, or Microsoft
Compilerversion: listed below for each version.

The examples of the batch-mode invocation of Intel® C++ Compiler 10.0 for Microsoft Visual C++* 2005 or .NET 2003 are:

>> Devenv.exe /rebuild "Debug" tr60150.sln /IntelSpecific Intel
>>Devenv.exe /rebuild "Debug|Win32" hello.sln /out "build.out" /IntelSpecific Intel "Intel C++ 10.0.xxx [IA32]"

The examples of the batch-mode invocation of Intel® C++ Compiler 9.1 for Microsoft Visual C++* 2005 are:

>> Devenv.exe /rebuild "Debug" tr60150.sln /IntelSpecific Intel
>> Devenv.exe /rebuild "Debug" tr60150.sln /IntelSpecific Intel "Intel C++ 9.1 [IA32]"
>> Devenv.exe /rebuild "Debug|Win32" tr60150.sln /IntelSpecific Intel "Intel C++ 9.1 [IA32]"
>> Devenv.exe /rebuild "Debug|x64" tr60150.sln /IntelSpecific Intel "Intel C++ 9.1 [IA32_EM64T]"
>> Devenv.exe /rebuild "Debug|Itanium" tr60150.sln /IntelSpecific Intel "Intel C++ 9.1 [IA32_Itanium]"

The examples of the batch-mode invocation of Intel® C++ Compiler 9.1 for Microsoft Visual C++ .NET 2002 or 2003 are:

>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel "Intel C++ 8.1 [IA32]"
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel "Intel C++ 9.0 [IA32]"
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel "Intel C++ 9.1 [IA32]"

The examples of the batch-mode invocation of Intel® C++ Compiler 9.0 for Microsoft* Visual C++ .NET 2002 or 2003 are:

>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Microsoft
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel "Intel C++ 9.0"

The examples of the batch-mode invocation of Intel® C++ Compiler 8.1 for Microsoft Visual C++ .NET 2002 or 2003 are:

>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Microsoft
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel
>> Devenv.exe /rebuild "Debug" hello.sln /IntelSpecific Intel "Intel C++ 8.1"

This applies to:
Intel® C++ Compiler for Windows*

Solution ID: CS-022524
Date Created: 06-Apr-2006
Last Modified: 05-Jun-2007
Back to Top