diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-18 07:10:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-18 07:10:57 (GMT) |
commit | d0a974d767a1bb4a3947020c019d625a11e0af19 (patch) | |
tree | 2852b82f577251e2af04c8bb3a335b0ca467e3b5 /doc/user/libraries.in | |
parent | 921722a590e38747ab92e91f8d048b6a63345b9e (diff) | |
download | SCons-d0a974d767a1bb4a3947020c019d625a11e0af19.zip SCons-d0a974d767a1bb4a3947020c019d625a11e0af19.tar.gz SCons-d0a974d767a1bb4a3947020c019d625a11e0af19.tar.bz2 |
Ensure that the ENV values are all strings. (Anthony Roach)
Diffstat (limited to 'doc/user/libraries.in')
-rw-r--r-- | doc/user/libraries.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/libraries.in b/doc/user/libraries.in index a69bbee..a31b2b4 100644 --- a/doc/user/libraries.in +++ b/doc/user/libraries.in @@ -25,9 +25,10 @@ <para> - One of the more useful ways in which you can use multiple - construction environments is to link programs - with different sets of libraries. + It's often useful to organize large software projects + by collecting parts of the software into one or more libraries. + &SCons; makes it easy to create libraries + and to use them in the programs. </para> @@ -109,7 +110,6 @@ and by specifying the directory in which the library will be found in the &LIBPATH; construction variable: - env = Environment(LIBS = 'foo', LIBPATH = '.') </para> |