From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/intelc.xml | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) (limited to 'src/engine/SCons/Tool/intelc.xml') diff --git a/src/engine/SCons/Tool/intelc.xml b/src/engine/SCons/Tool/intelc.xml index 4913015..2170a6e 100644 --- a/src/engine/SCons/Tool/intelc.xml +++ b/src/engine/SCons/Tool/intelc.xml @@ -1,24 +1,45 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the Intel C/C++ compiler (Linux and Windows, version 7 and later). Calls the &t-gcc; or &t-msvc; (on Linux and Windows, respectively) to set underlying variables. + -CC -CXX -LINK -AR - -INTEL_C_COMPILER_VERSION +CC +CXX +LINK +AR + +INTEL_C_COMPILER_VERSION @@ -26,8 +47,12 @@ INTEL_C_COMPILER_VERSION + Set by the "intelc" Tool to the major version number of the Intel C compiler selected for use. + + + \ No newline at end of file -- cgit v1.2.3