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/mssdk.xml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) (limited to 'src/engine/SCons/Tool/mssdk.xml') diff --git a/src/engine/SCons/Tool/mssdk.xml b/src/engine/SCons/Tool/mssdk.xml index c5ec68d..a73bcd9 100644 --- a/src/engine/SCons/Tool/mssdk.xml +++ b/src/engine/SCons/Tool/mssdk.xml @@ -1,11 +1,31 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets variables for Microsoft Platform SDK and/or Windows SDK. Note that unlike most other Tool modules, mssdk does not set construction variables, @@ -16,26 +36,30 @@ the Microsoft toolchain: %LIB%, %LIBPATH% and %PATH%. + -MSSDK_DIR -MSSDK_VERSION -MSVS_VERSION +MSSDK_DIR +MSSDK_VERSION +MSVS_VERSION + The directory containing the Microsoft SDK (either Platform SDK or Windows SDK) to be used for compilation. + + The version string of the Microsoft SDK (either Platform SDK or Windows SDK) to be used for compilation. @@ -46,5 +70,8 @@ Supported versions include 2003R2 and 2003R1. + + + \ No newline at end of file -- cgit v1.2.3