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/Perforce.xml | 53 +++++++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 7 deletions(-) (limited to 'src/engine/SCons/Tool/Perforce.xml') diff --git a/src/engine/SCons/Tool/Perforce.xml b/src/engine/SCons/Tool/Perforce.xml index 59213cf..65edfe9 100644 --- a/src/engine/SCons/Tool/Perforce.xml +++ b/src/engine/SCons/Tool/Perforce.xml @@ -1,48 +1,77 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for interacting with the Perforce source code management system. + -P4 -P4FLAGS -P4COM +P4 +P4FLAGS +P4COM -P4COMSTR +P4COMSTR + The Perforce executable. + + The command line used to fetch source files from Perforce. + + The string displayed when fetching a source file from Perforce. If this is not set, then &cv-link-P4COM; (the command line) is displayed. + + General options that are passed to Perforce. + @@ -51,6 +80,7 @@ General options that are passed to Perforce. () + A factory function that returns a Builder object to be used to fetch source files @@ -59,17 +89,23 @@ The returned Builder is intended to be passed to the &f-SourceCode; function. + + This function is deprecated. For details, see the entry for the &f-SourceCode; function. + + Example: + - + env.SourceCode('.', env.Perforce()) - + + Perforce uses a number of external environment variables for its operation. Consequently, this function adds the @@ -86,5 +122,8 @@ SystemRoot, USER, and USERNAME. + + + \ No newline at end of file -- cgit v1.2.3