summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-11-06 00:36:35 (GMT)
committerSteven Knight <knight@baldmt.com>2005-11-06 00:36:35 (GMT)
commitf36e4322dc8e4fae14fe728009c7581e8a6c51ac (patch)
tree67663a944a2f4d892e11bd160ffd2474781201f0 /doc
parent568ec0ceb00075cc9fc807b247fe39d2adc087d2 (diff)
downloadSCons-f36e4322dc8e4fae14fe728009c7581e8a6c51ac.zip
SCons-f36e4322dc8e4fae14fe728009c7581e8a6c51ac.tar.gz
SCons-f36e4322dc8e4fae14fe728009c7581e8a6c51ac.tar.bz2
Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.19
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index ef6e8b8..47a74d4 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -7066,13 +7066,16 @@ The archive indexer.
General options passed to the archive indexer.
.IP RC
-The resource compiler used by the RES builder.
+The resource compiler used to build
+a Microsoft Visual C++ resource file.
.IP RCCOM
-The command line used by the RES builder.
+The command line used to build
+a Microsoft Visual C++ resource file.
.IP RCCOMSTR
-The string displayed when invoking the resource compiler.
+The string displayed when invoking the resource compiler
+to build a Microsoft Visual C++ resource file.
If this is not set, then $RCCOM (the command line) is displayed.
.IP RCFLAGS