diff options
author | Stephen Pollard <spollard08@gmail.com> | 2015-05-02 15:58:56 (GMT) |
---|---|---|
committer | Stephen Pollard <spollard08@gmail.com> | 2015-05-02 15:58:56 (GMT) |
commit | 1ec87674971081f7bf1018985254feb7ab52fcd4 (patch) | |
tree | f4e00806ac0069a27a582e19ce4f0a903a7e1571 /doc/user/libraries.xml | |
parent | 7d89522233802f83ffa728bc0b55785faf580d32 (diff) | |
download | SCons-1ec87674971081f7bf1018985254feb7ab52fcd4.zip SCons-1ec87674971081f7bf1018985254feb7ab52fcd4.tar.gz SCons-1ec87674971081f7bf1018985254feb7ab52fcd4.tar.bz2 |
Fixed a sentence in libraries.xml in response to issue 2989.
Diffstat (limited to 'doc/user/libraries.xml')
-rw-r--r-- | doc/user/libraries.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml index 626e939..d7983c9 100644 --- a/doc/user/libraries.xml +++ b/doc/user/libraries.xml @@ -123,7 +123,7 @@ void f3() { printf("f3.c\n"); } list of source files. You can, however, also give the &b-link-Library; call object files, - and it will correctly realize + and it will correctly realize they are object files. In fact, you can arbitrarily mix source code files and object files in the source list: |