summaryrefslogtreecommitdiff
path: root/doc/user/libraries.xml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-06-21 07:55:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-06-21 07:55:15 +0200
commitf7e5d2b46b03cc4bc09c38f7e0873378bb9c3b78 (patch)
tree583fe67e23e2e7f8737b77d1834633086283c393 /doc/user/libraries.xml
parenta2795b63dd02ecddd8a0109dcc1b64108f68eace (diff)
Imported Upstream version 2.3.5upstream/2.3.5
Diffstat (limited to 'doc/user/libraries.xml')
-rw-r--r--doc/user/libraries.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml
index dda850c..619e0af 100644
--- a/doc/user/libraries.xml
+++ b/doc/user/libraries.xml
@@ -21,7 +21,7 @@
<!--
- Copyright (c) 2001 - 2014 The SCons Foundation
+ Copyright (c) 2001 - 2015 The SCons Foundation
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -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: