You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waf/waf-1.5.2-book.patch

29 lines
1.2 KiB

Index: doc/book/c_builds.xml
===================================================================
--- doc/book/c_builds.xml (revision 5461)
+++ doc/book/c_builds.xml (revision 5462)
@@ -67,20 +67,20 @@
main.source = 'main.c'
main.target = 'test_c_program'
main.includes = '.'
- main.uselib_local = 'teststaticlib' <co id="uselib-co" linkends="b4"/>
+ main.uselib_local = 'teststaticlib' <co id="uselib2-co" linkends="b4"/>
</programlisting>
<calloutlist>
<callout arearefs="lib-co" id="b1">
<para>A static library</para>
</callout>
- <callout arearefs="lib-co" id="b2">
+ <callout arearefs="uselib-co" id="b2">
<para>Include paths to export for use with uselib_local (include paths are not added automatically). These folders are taken relatively to the current target.</para>
</callout>
<callout arearefs="prog-co" id="b3">
<para>A program using the static library declared previously</para>
</callout>
- <callout arearefs="uselib-co" id="b4">
+ <callout arearefs="uselib2-co" id="b4">
<para>A list of references to existing libraries declared in the project (either a python list or a string containing the names space-separated)</para>
</callout>
</calloutlist>