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/SCCS.xml | 133 ----------------------------------------- 1 file changed, 133 deletions(-) delete mode 100644 src/engine/SCons/Tool/SCCS.xml (limited to 'src/engine/SCons/Tool/SCCS.xml') diff --git a/src/engine/SCons/Tool/SCCS.xml b/src/engine/SCons/Tool/SCCS.xml deleted file mode 100644 index 97c72a9..0000000 --- a/src/engine/SCons/Tool/SCCS.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - -%scons; - -%builders-mod; - -%functions-mod; - -%tools-mod; - -%variables-mod; -]> - - - - - - -Sets construction variables for interacting with the -Source Code Control System. - - - -SCCS -SCCSFLAGS -SCCSGETFLAGS -SCCSCOM - - -SCCSCOMSTR - - - - - - -The SCCS executable. - - - - - - - -The command line used to -fetch source files from SCCS. - - - - - - - -The string displayed when fetching -a source file from a CVS repository. -If this is not set, then &cv-link-SCCSCOM; -(the command line) is displayed. - - - - - - - -General options that are passed to SCCS. - - - - - - - -Options that are passed specifically to the SCCS "get" subcommand. -This can be set, for example, to - -to check out editable files from SCCS. - - - - - - -() - - - -A factory function that -returns a Builder object -to be used to fetch source files -from SCCS. -The returned Builder -is intended to be passed to the -&f-link-SourceCode; -function. - - - -Example: - - - -env.SourceCode('.', env.SCCS()) - - - -Note that -&scons; -will fetch source files -from SCCS subdirectories automatically, -so configuring SCCS -as demonstrated in the above example -should only be necessary if -you are fetching from -s.SCCS -files in the same -directory as the source files, -or if you need to explicitly specify SCCS -for a specific subdirectory. - - - - - -- cgit v1.2.3