From 78989ebb445af2c6462ae2bf05ffd588d76610e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 26 Jul 2014 16:31:27 +0200 Subject: Imported Upstream version 2.3.2 --- doc/generated/variables.gen | 385 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 362 insertions(+), 23 deletions(-) (limited to 'doc/generated/variables.gen') diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index efdac8e..34b9017 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -12,7 +12,7 @@ %variables-mod; ]> - + AR @@ -861,6 +861,54 @@ The version number of the C++ compiler. This may or may not be set, depending on the specific C++ compiler being used. + + + + DC + + +DC. + + + + + DCOM + + +DCOM. + + + + + DDEBUG + + +DDEBUG. + + + + + _DDEBUGFLAGS + + +_DDEBUGFLAGS. + + + + + DDEBUGPREFIX + + +DDEBUGPREFIX. + + + + + DDEBUGSUFFIX + + +DDEBUGSUFFIX. + @@ -884,6 +932,70 @@ This is used to populate a section of an RPM .spec file. + + + + DFILESUFFIX + + +DFILESUFFIX. + + + + + DFLAGPREFIX + + +DFLAGPREFIX. + + + + + _DFLAGS + + +_DFLAGS. + + + + + DFLAGS + + +DFLAGS. + + + + + DFLAGSUFFIX + + +DFLAGSUFFIX. + + + + + _DINCFLAGS + + +_DINCFLAGS. + + + + + DINCPREFIX + + +DINCPREFIX. + + + + + DINCSUFFIX + + +DINCSUFFIX. + @@ -907,6 +1019,126 @@ into a Dir instance relative to the target being built. A function that converts a list of strings into a list of Dir instances relative to the target being built. + + + + DLIB + + +DLIB. + + + + + DLIBCOM + + +DLIBCOM. + + + + + _DLIBDIRFLAGS + + +_DLIBDIRFLAGS. + + + + + DLIBDIRPREFIX + + +DLIBDIRPREFIX. + + + + + DLIBDIRSUFFIX + + +DLIBDIRSUFFIX. + + + + + DLIBFLAGPREFIX + + +DLIBFLAGPREFIX. + + + + + _DLIBFLAGS + + +_DLIBFLAGS. + + + + + DLIBFLAGSUFFIX + + +DLIBFLAGSUFFIX. + + + + + DLIBLINKPREFIX + + +DLIBLINKPREFIX. + + + + + DLIBLINKSUFFIX + + +DLIBLINKSUFFIX. + + + + + DLINK + + +DLINK. + + + + + DLINKCOM + + +DLINKCOM. + + + + + DLINKFLAGPREFIX + + +DLINKFLAGPREFIX. + + + + + DLINKFLAGS + + +DLINKFLAGS. + + + + + DLINKFLAGSUFFIX + + +DLINKFLAGSUFFIX. + @@ -1104,6 +1336,14 @@ Additonal parameters that are not intended for the XSLT processor executable, bu the XSL processing itself. By default, they get appended at the end of the command line for saxon and saxon-xslt, respectively. + + + + DPATH + + +DPATH. + @@ -1118,6 +1358,38 @@ The default list is: ['.d'] + + + + _DVERFLAGS + + +_DVERFLAGS. + + + + + DVERPREFIX + + +DVERPREFIX. + + + + + DVERSIONS + + +DVERSIONS. + + + + + DVERSUFFIX + + +DVERSUFFIX. + @@ -2369,6 +2641,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 @@ -2385,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 @@ -2590,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. @@ -2600,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. @@ -3680,9 +3952,28 @@ If $MSVC_VERSION is not s latest version of Visual C/C++ installed on your system. If the specified version isn't installed, tool initialization will fail. This variable must be passed as an argument to the Environment() -constructor; setting it later has no effect. Set it to an unexpected -value (e.g. "XXX") to see the valid values on your system. +constructor; setting it later has no effect. + + + +Valid values for Windows are +12.0, +12.0Exp, +11.0, +11.0Exp, +10.0, +10.0Exp, +9.0, +9.0Exp, +8.0, +8.0Exp, +7.1, +7.0, +and 6.0. +Versions ending in Exp refer to "Express" or +"Express for Desktop" editions. + @@ -5487,6 +5778,46 @@ env = Environment(SHCXXCOMSTR = "Compiling shared object $TARGET") Options that are passed to the C++ compiler to generate shared-library objects. + + + + SHDC + + +SHDC. + + + + + SHDCOM + + +SHDCOM. + + + + + SHDLINK + + +SHDLINK. + + + + + SHDLINKCOM + + +SHDLINKCOM. + + + + + SHDLINKFLAGS + + +SHDLINKFLAGS. + @@ -6060,6 +6391,14 @@ is a dictionary of the environment variables in which the command should be executed. + + + STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME + + + When this variable is true, static objects and shared objects are assumed to be the same; that is, SCons does not check for linking static objects into a shared library. + + SUBST_DICT @@ -6373,6 +6712,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 @@ -6398,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 -- cgit v1.2.3