From 83fd0fd26c8e15ce76b95366fe4e52948bfb2cc6 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 23 Jul 2010 12:24:56 +0000 Subject: Issue 2551: Add an entry in the Builders section for Command(), with a pointer to the Function entry. --- src/engine/SCons/Environment.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml index b5e7026..b2be10d 100644 --- a/src/engine/SCons/Environment.xml +++ b/src/engine/SCons/Environment.xml @@ -760,6 +760,17 @@ wx_env = env.Clone(parse_flags = '!wx-config --cflags --cxxflags') + + +The &b-Command; "Builder" is actually implemented +as a function that looks like a Builder, +but actually takes an additional argument of the action +from which the Builder should be made. +See the &f-link-Command; function description +for the calling syntax and details. + + + (target, source, action, [key=val, ...]) -- cgit v0.12