diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-04 10:31:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-04 10:31:02 (GMT) |
commit | 3a0ca2e66fd1449d3a9b400aabe17fee0eb7f496 (patch) | |
tree | 5c8da26b597fef5f74c31741063eb4d20bb1b8fa /doc/man | |
parent | 548e7108e2bc2363aaf1fee7366765faa630be60 (diff) | |
download | SCons-3a0ca2e66fd1449d3a9b400aabe17fee0eb7f496.zip SCons-3a0ca2e66fd1449d3a9b400aabe17fee0eb7f496.tar.gz SCons-3a0ca2e66fd1449d3a9b400aabe17fee0eb7f496.tar.bz2 |
Allow CheckLib to search a list of libraries. (sam th)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index da35784..232048b 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -5614,7 +5614,11 @@ appends the library to the LIBS construction environment variable. may also be None (the default), in which case .I symbol -is checked with the current LIBS variable. +is checked with the current LIBS variable, +or a list of library names, +in which case each library in the list +will be checked for +.IR symbol . The default .I symbol is "main", @@ -5643,7 +5647,7 @@ In contrast to the call, this call provides a more sophisticated way to check against libraries. Again, .I library -specifies the library to check. +specifies the library or a list of libraries to check. .I header specifies a header to check for. .I header |