diff options
author | Steven Knight <knight@baldmt.com> | 2005-11-06 00:36:35 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-11-06 00:36:35 (GMT) |
commit | f36e4322dc8e4fae14fe728009c7581e8a6c51ac (patch) | |
tree | 67663a944a2f4d892e11bd160ffd2474781201f0 /doc/man | |
parent | 568ec0ceb00075cc9fc807b247fe39d2adc087d2 (diff) | |
download | SCons-f36e4322dc8e4fae14fe728009c7581e8a6c51ac.zip SCons-f36e4322dc8e4fae14fe728009c7581e8a6c51ac.tar.gz SCons-f36e4322dc8e4fae14fe728009c7581e8a6c51ac.tar.bz2 |
Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 9 |
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 |