diff options
author | Steven Knight <knight@baldmt.com> | 2003-05-29 02:23:59 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-05-29 02:23:59 (GMT) |
commit | f846b8807f30e0201a7d6173ab47086370232e2e (patch) | |
tree | aaa162375997b15ad8a3c788dcf0ab7b9ccc6a80 /doc | |
parent | eb18e3716f7c5de0d9bc1399d4e4f4e4c587388a (diff) | |
download | SCons-f846b8807f30e0201a7d6173ab47086370232e2e.zip SCons-f846b8807f30e0201a7d6173ab47086370232e2e.tar.gz SCons-f846b8807f30e0201a7d6173ab47086370232e2e.tar.bz2 |
Fix reported man page bugs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 53c6cb0..1a1b81f 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -2646,6 +2646,16 @@ General options passed to the linker. .IP LINKCOM The command line used to link object files into an executable. +.IP no_import_lib +When set to non-zero, +suppresses creation of a corresponding Win32 static import lib by the +.B SharedLibrary +builder when used with +MinGW or Microsoft Visual Studio. +This also suppresses creation +of an export (.exp) file +when using Microsoft Visual Studio. + .IP OBJPREFIX The prefix used for (static) object file names. @@ -3545,19 +3555,6 @@ in conjunction with calling a subsidiary SConscript file.) .TP -.RI AddPostAction ( target, action ) -Arranges for the specified -.I action -to be performed -after the specified -.I target -has been built. -The specified action(s) may be -an Action object, or anything that -can be converted into an Action object -(see below). - -.TP .RI CacheDir ( cache_dir ) Specifies that .B scons |