From baee03c569c91b745a1e025660b19a718db16e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 12:18:58 +0200 Subject: New upstream version 3.0.0 --- src/engine/SCons/Tool/RCS.xml | 142 ------------------------------------------ 1 file changed, 142 deletions(-) delete mode 100644 src/engine/SCons/Tool/RCS.xml (limited to 'src/engine/SCons/Tool/RCS.xml') diff --git a/src/engine/SCons/Tool/RCS.xml b/src/engine/SCons/Tool/RCS.xml deleted file mode 100644 index 3c034e4..0000000 --- a/src/engine/SCons/Tool/RCS.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - - -%scons; - -%builders-mod; - -%functions-mod; - -%tools-mod; - -%variables-mod; -]> - - - - - - -Sets construction variables for the interaction -with the Revision Control System. - - - -RCS -RCS_CO -RCS_COFLAGS -RCS_COCOM - - -RCS_COCOMSTR - - - - - - -The RCS executable. -Note that this variable is not actually used -for the command to fetch source files from RCS; -see the -&cv-link-RCS_CO; -construction variable, below. - - - - - - - -The RCS "checkout" executable, -used to fetch source files from RCS. - - - - - - - -The command line used to -fetch (checkout) source files from RCS. - - - - - - - -The string displayed when fetching -a source file from RCS. -If this is not set, then &cv-link-RCS_COCOM; -(the command line) is displayed. - - - - - - - -Options that are passed to the &cv-link-RCS_CO; command. - - - - - - -() - - - -A factory function that -returns a Builder object -to be used to fetch source files -from RCS. -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. - - - -Examples: - - - -env.SourceCode('.', env.RCS()) - - - -Note that -&scons; -will fetch source files -from RCS subdirectories automatically, -so configuring RCS -as demonstrated in the above example -should only be necessary if -you are fetching from -RCS,v -files in the same -directory as the source files, -or if you need to explicitly specify RCS -for a specific subdirectory. - - - - - -- cgit v1.2.3