From 5cb5146ceaaffad7b5595efaecc4692d715e6287 Mon Sep 17 00:00:00 2001
From: GaryO <139975+garyo@users.noreply.github.com>
Date: Sat, 23 Aug 2014 20:42:24 -0400
Subject: Updated generated docs for 2.3.3 release
---
doc/generated/examples/caching_ex-random_1.xml | 4 +-
doc/generated/examples/troubleshoot_explain1_3.xml | 2 +-
doc/generated/tools.gen | 12 ++---
doc/generated/tools.mod | 4 +-
doc/generated/variables.gen | 52 +++++++++++-----------
doc/generated/variables.mod | 4 +-
6 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml
index 2ed1a8f..b864ef4 100644
--- a/doc/generated/examples/caching_ex-random_1.xml
+++ b/doc/generated/examples/caching_ex-random_1.xml
@@ -1,9 +1,9 @@
% scons -Q
cc -o f1.o -c f1.c
-cc -o f2.o -c f2.c
cc -o f3.o -c f3.c
-cc -o f5.o -c f5.c
cc -o f4.o -c f4.c
+cc -o f2.o -c f2.c
+cc -o f5.o -c f5.c
cc -o prog f1.o f2.o f3.o f4.o f5.o
diff --git a/doc/generated/examples/troubleshoot_explain1_3.xml b/doc/generated/examples/troubleshoot_explain1_3.xml
index 0bdaace..0a5299b 100644
--- a/doc/generated/examples/troubleshoot_explain1_3.xml
+++ b/doc/generated/examples/troubleshoot_explain1_3.xml
@@ -3,5 +3,5 @@
cp file.in file.oout
scons: warning: Cannot find target file.out after building
-File "/home/garyo/src/scons-scons/bootstrap/src/script/scons.py", line 199, in <module>
+File "/home/garyo/src/scons-scons/src/script/scons.py", line 199, in <module>
diff --git a/doc/generated/tools.gen b/doc/generated/tools.gen
index dc9b50d..539c5e6 100644
--- a/doc/generated/tools.gen
+++ b/doc/generated/tools.gen
@@ -767,19 +767,19 @@ Sets construction variables for the
Sets: &cv-link-AS;, &cv-link-ASCOM;, &cv-link-ASFLAGS;, &cv-link-ASPPCOM;, &cv-link-ASPPFLAGS;.Uses: &cv-link-ASCOMSTR;, &cv-link-ASPPCOMSTR;.
-
- packaging
+
+ Packaging
-A framework for building binary and source packages.
+Sets construction variables for the Package Builder.
-
- Packaging
+
+ packaging
-Sets construction variables for the Package Builder.
+A framework for building binary and source packages.
diff --git a/doc/generated/tools.mod b/doc/generated/tools.mod
index 3c6f71c..13072bf 100644
--- a/doc/generated/tools.mod
+++ b/doc/generated/tools.mod
@@ -76,8 +76,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
mwcc">
mwld">
nasm">
-packaging">
Packaging">
+packaging">
pdf">
pdflatex">
pdftex">
@@ -185,8 +185,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
mwcc">
mwld">
nasm">
-packaging">
Packaging">
+packaging">
pdf">
pdflatex">
pdftex">
diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen
index d21b417..34b9017 100644
--- a/doc/generated/variables.gen
+++ b/doc/generated/variables.gen
@@ -950,19 +950,19 @@ DFLAGPREFIX.
-
- DFLAGS
+
+ _DFLAGS
-DFLAGS.
+_DFLAGS.
-
- _DFLAGS
+
+ DFLAGS
-_DFLAGS.
+DFLAGS.
@@ -2642,6 +2642,15 @@ is -dNOPAUSE -dBATCH -sDEVICE=pdfwriteHOST_ARCH
+ The name of the host hardware architecture used to create the Environment.
+ If a platform is specified when creating the Environment, then
+ that Platform's logic will handle setting this value.
+ This value is immutable, and should not be changed by the user after
+ the Environment is initialized.
+ Currently only set for Win32.
+
+
+
Sets the host architecture for Visual Studio compiler. If not set,
default to the detected host architecture: note that this may depend
on the python you are using.
@@ -2657,16 +2666,7 @@ Valid values are the same as for
This is currently only used on Windows, but in the future it will be
used on other OSes as well.
-
-
- The name of the host hardware architecture used to create the Environment.
- If a platform is specified when creating the Environment, then
- that Platform's logic will handle setting this value.
- This value is immutable, and should not be changed by the user after
- the Environment is initialized.
- Currently only set for Win32.
-
-
+
HOST_OS
@@ -2862,7 +2862,7 @@ The command line used to call the Java archive tool.
The string displayed when the Java archive tool
is called
-If this is not set, then $JARCOM (the command line) is displayed.
+If this is not set, then $JARCOM (the command line) is displayed.
@@ -2872,7 +2872,7 @@ env = Environment(JARCOMSTR = "JARchiving $SOURCES into $TARGET")
The string displayed when the Java archive tool
is called
-If this is not set, then $JARCOM (the command line) is displayed.
+If this is not set, then $JARCOM (the command line) is displayed.
@@ -6713,6 +6713,13 @@ that may not be set or used in a construction environment.
TARGET_ARCH
+ The name of the target hardware architecture for the compiled objects
+ created by this Environment.
+ This defaults to the value of HOST_ARCH, and the user can override it.
+ Currently only set for Win32.
+
+
+
Sets the target architecture for Visual Studio compiler (i.e. the arch
of the binaries generated by the compiler). If not set, default to
$HOST_ARCH, or, if that is unset, to the architecture of the
@@ -6737,14 +6744,7 @@ and ia64 (Itanium).
For example, if you want to compile 64-bit binaries, you would set
TARGET_ARCH='x86_64' in your SCons environment.
-
-
- The name of the target hardware architecture for the compiled objects
- created by this Environment.
- This defaults to the value of HOST_ARCH, and the user can override it.
- Currently only set for Win32.
-
-
+
TARGET_OS
diff --git a/doc/generated/variables.mod b/doc/generated/variables.mod
index 0a59605..473c8a2 100644
--- a/doc/generated/variables.mod
+++ b/doc/generated/variables.mod
@@ -76,8 +76,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
$DESCRIPTION_lang">
$DFILESUFFIX">
$DFLAGPREFIX">
-$DFLAGS">
$_DFLAGS">
+$DFLAGS">
$DFLAGSUFFIX">
$_DINCFLAGS">
$DINCPREFIX">
@@ -698,8 +698,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
$DESCRIPTION_lang">
$DFILESUFFIX">
$DFLAGPREFIX">
-$DFLAGS">
$_DFLAGS">
+$DFLAGS">
$DFLAGSUFFIX">
$_DINCFLAGS">
$DINCPREFIX">
--
cgit v0.12