From 270442c79407d8826af0234d7f9ebe65fa450c00 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 12 Nov 2017 15:53:51 -0800 Subject: Doc updates --- doc/generated/variables.gen | 40 ++++++++++++++++++++-------------------- doc/man/scons.xml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index 8a8dc99..4bf8e9d 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -2940,6 +2940,15 @@ is -dNOPAUSE -dBATCH -sDEVICE=pdfwrite HOST_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. @@ -2955,16 +2964,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 @@ -3206,7 +3206,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. @@ -3216,7 +3216,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. @@ -7095,6 +7095,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 @@ -7119,14 +7126,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/man/scons.xml b/doc/man/scons.xml index 1f38b5d..bc3793f 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -852,7 +852,7 @@ and ultimately removed. --debug=time - + Prints various time profiling information: The time spent executing each individual build command -- cgit v0.12