summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-01-07 00:42:01 (GMT)
committerSteven Knight <knight@baldmt.com>2005-01-07 00:42:01 (GMT)
commit4e17c7182977812c7751523ef08f7b221ae6aa61 (patch)
tree2207659ec602bdd8a4ae9c462692b5cdce26ea76 /doc
parent8209788c5d6a2554317a13416bb953b6c3f572ab (diff)
downloadSCons-4e17c7182977812c7751523ef08f7b221ae6aa61.zip
SCons-4e17c7182977812c7751523ef08f7b221ae6aa61.tar.gz
SCons-4e17c7182977812c7751523ef08f7b221ae6aa61.tar.bz2
Finish the display-customization variables: , , , , , and .
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.145
1 files changed, 41 insertions, 4 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index f195c62..449eace 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -6068,6 +6068,15 @@ dependencies for the PCH file. Example:
env['PCH'] = 'StdAfx.pch'
.EE
+.IP PCHCOM
+The command line used by the
+.B PCH
+builder to generated a precompiled header.
+
+.IP PCHCOMSTR
+The string displayed when generating a precompiled header.
+If this is not set, then $PCHCOM (the command line) is displayed.
+
.IP PCHSTOP
This variable specifies how much of a source file is precompiled. This
variable is ignored by tools other than Microsoft Visual C++, or when
@@ -6267,9 +6276,17 @@ cpp file.
.IP QT_MOCFROMCXXCOM
Command to generate a moc file from a cpp file.
+.IP QT_MOCFROMCXXCOMSTR
+The string displayed when generating a moc file from a cpp file.
+If this is not set, then $QT_MOCFROMCXXCOM (the command line) is displayed.
+
.IP QT_MOCFROMHCOM
Command to generate a moc file from a header.
+.IP QT_MOCFROMHCOMSTR
+The string displayed when generating a moc file from a cpp file.
+If this is not set, then $QT_MOCFROMHCOM (the command line) is displayed.
+
.IP QT_MOCFROMHFLAGS
Default value is ''. These flags are passed to moc, when moccing a header
file.
@@ -6284,9 +6301,13 @@ a header.
.IP QT_UIC
Default value is '$QT_BINPATH/uic'.
-.IP QT_UICDECLCOM
+.IP QT_UICCOM
Command to generate header files from .ui files.
+.IP QT_UICCOMSTR
+The string displayed when generating header files from .ui files.
+If this is not set, then $QT_UICCOM (the command line) is displayed.
+
.IP QT_UICDECLFLAGS
Default value is ''. These flags are passed to uic, when creating a a h
file from a .ui file.
@@ -6297,9 +6318,6 @@ Default value is ''. Prefix for uic generated header files.
.IP QT_UICDECLSUFFIX
Default value is '.h'. Suffix for uic generated header files.
-.IP QT_UICIMPLCOM
-Command to generate cxx files from .ui files.
-
.IP QT_UICIMPLFLAGS
Default value is ''. These flags are passed to uic, when creating a cxx
file from a .ui file.
@@ -6326,6 +6344,10 @@ The resource compiler used by the RES builder.
.IP RCCOM
The command line used by the RES builder.
+.IP RCCOMSTR
+The string displayed when invoking the resource compiler.
+If this is not set, then $RCCOM (the command line) is displayed.
+
.IP RCFLAGS
The flags passed to the resource compiler by the RES builder.
@@ -6354,6 +6376,21 @@ If this is not set, then $RCS_COCOM
.IP RCS_COFLAGS
Options that are passed to the $RCS_CO command.
+.IP REGSVR
+The program used to register DLLs on Windows systems.
+
+.IP REGSVRCOM
+The command line used to register a newly-built DLL file
+on Windows systems.
+Invoked when the "register=1"
+keyword argument is passed to the
+.B SharedLibrary
+Builder.
+
+.IP REGSVRCOMSTR
+The string displayed when registering a newly-built DLL file.
+If this is not set, then $REGSVRCOM (the command line) is displayed.
+
.IP RDirs
A function that converts a file name into a list of Dir instances by
searching the repositories.