From 3fd72ea69df744ceb5e2682653238960371e41e1 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Wed, 27 Feb 2002 03:35:21 +0000 Subject: [PATCH] Document LIBS, fix a typo. git-svn-id: http://scons.tigris.org/svn/scons/trunk@279 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/man/scons.1 | 8 +++++++- src/CHANGES.txt | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 461e8faf..c32c6f8d 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. diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 5abbe6d5..ddbbdfcb 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -14,6 +14,8 @@ RELEASE 0.06 - - Add .zip files to the packages we build. + - Man page: document LIBS, fix a typo. + RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600 -- 2.26.2