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' + main.uselib_local = 'teststaticlib' A static library - + Include paths to export for use with uselib_local (include paths are not added automatically). These folders are taken relatively to the current target. A program using the static library declared previously - + A list of references to existing libraries declared in the project (either a python list or a string containing the names space-separated)