diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-27 03:35:21 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-27 03:35:21 (GMT) |
commit | 90d841765e431689eb440c5a39eb10595076a3a6 (patch) | |
tree | 7907120ef1941aca57d7983969b7a6cae9cd5af4 /doc | |
parent | 024596366a4d3c03942015b2c7e09ed080d8a6b2 (diff) | |
download | SCons-90d841765e431689eb440c5a39eb10595076a3a6.zip SCons-90d841765e431689eb440c5a39eb10595076a3a6.tar.gz SCons-90d841765e431689eb440c5a39eb10595076a3a6.tar.bz2 |
Document LIBS, fix a typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 461e8fa..c32c6f8 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -855,7 +855,7 @@ to generate a source file. .IP LIBDIRPREFIX The prefix used to specify a library directory on the linker command line. -.IP LIBDIRASUFFIX +.IP LIBDIRSUFFIX The suffix used to specify a library directory on the linker command line. .IP LIBLINKPREFIX @@ -892,6 +892,12 @@ env = Environment(LIBPATH=libs) .IP LIBPREFIX The prefix used for library file names. +.IP LIBS +A list of one or more libraries +that will be linked with +any executable programs +created by this environment. + .IP LIBSUFFIX The suffix used for library file names. |