summaryrefslogtreecommitdiff
path: root/doc/scons.mod
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-09 16:43:32 +0000
committerSteven Knight <knight@baldmt.com>2009-01-09 16:43:32 +0000
commit212e7b80bd31c127d714f2d575a4c24e5d25da30 (patch)
treec4d23aed9df4381a24cac247b11dd1a4c245908a /doc/scons.mod
parentc8c2b96d90ab99786a7edeb9c7703c8b47bd1768 (diff)
downloadscons-212e7b80bd31c127d714f2d575a4c24e5d25da30.tar.gz
Issue 1086: add support for generic batch build actions, and
specific support for batched compilation for Microsoft Visual C/C++. Merged revisions 3819-3851,3854-3869,3871-3877,3880 via svnmerge from http://scons.tigris.org/svn/scons/branches/sgk_batch ........ r3820 | stevenknight | 2008-12-09 23:59:14 -0800 (Tue, 09 Dec 2008) | 6 lines Issue 1086: Batch compilation support: * $MSVC_BATCH to control Visual C/C++ batch compilation. * New $CHANGED_SOURCES, $CHANGED_TARGETS, $UNCHANGED_SOURCES and $UNCHANGED_TARGETS construction variables. * New Action(batch_key=, targets=) keyword arguments. ........ r3880 | stevenknight | 2009-01-07 20:50:41 -0800 (Wed, 07 Jan 2009) | 3 lines Use UniqueList objects to collect the all_children(), all_prerequisites() and all_sources() lists instead of calling uniquer_hashables() by hand. ........
Diffstat (limited to 'doc/scons.mod')
-rw-r--r--doc/scons.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/scons.mod b/doc/scons.mod
index 767b40ce..a2927cf8 100644
--- a/doc/scons.mod
+++ b/doc/scons.mod
@@ -401,6 +401,8 @@
-->
<!ENTITY buildfunc "<literal>builder function</literal>">
+<!ENTITY build_action "<literal>build action</literal>">
+<!ENTITY build_actions "<literal>build actions</literal>">
<!ENTITY builder_method "<literal>builder method</literal>">
<!ENTITY Configure_Contexts "<literal>Configure Contexts</literal>">
@@ -444,6 +446,19 @@
<!--
+ Python keyword arguments
+
+-->
+
+<!ENTITY action "<literal>action=</literal>">
+<!ENTITY batch_key "<literal>batch_key=</literal>">
+<!ENTITY cmdstr "<literal>cmdstr=</literal>">
+<!ENTITY exitstatfunc "<literal>exitstatfunc=</literal>">
+<!ENTITY strfunction "<literal>strfunction=</literal>">
+<!ENTITY varlist "<literal>varlist=</literal>">
+
+<!--
+
File and program names used in examples.
-->