diff options
author | Dirk Baechle <dl9obn@darc.de> | 2015-05-05 20:55:55 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2015-05-05 20:55:55 (GMT) |
commit | bff0531192f1b62426d6f6c8c635d43d391ace6a (patch) | |
tree | 400d65c68ef90bee2629a63033b218e8defcfc28 | |
parent | 0b350d60762e6a369a739fccd246e7fdbef093f8 (diff) | |
parent | 1ec87674971081f7bf1018985254feb7ab52fcd4 (diff) | |
download | SCons-bff0531192f1b62426d6f6c8c635d43d391ace6a.zip SCons-bff0531192f1b62426d6f6c8c635d43d391ace6a.tar.gz SCons-bff0531192f1b62426d6f6c8c635d43d391ace6a.tar.bz2 |
Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc change in libraries.xml, forked from dirkbaechle/scons)
-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: |