From 18fe826cb24fdd4555f3c2b9da26685923383aed Mon Sep 17 00:00:00 2001 From: Michael Bauer Date: Mon, 31 Mar 2014 14:13:10 +0200 Subject: updated Makefile.am and README to fix asciidoc errors --- Makefile.am | 1 - README | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index b80ae42..6e787e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,4 +97,3 @@ endif doc: doxygen-doc asciidoc -b html -o doc/html/README.html README - cp docx/genivi-SysInfraEGCppCommonAPISpecification.pdf doc/html diff --git a/README b/README index 66ba180..cf66851 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ Use autotools to build this package: # sudo make install (or alternative install process, eg. checkinstall on debian-based distributions, such as Ubuntu) ---- If the environment variable GTEST_CONFIG is set to the path of the gtest-config script in a Gtest tree test will also be built. ----- + To build the Windows version of CommonAPI with Visual Studio, you can use the solution file CommonAPI.sln. It is configured to build CommonAPI as a static library. == Linking against CommonAPI @@ -137,13 +137,13 @@ CommonAPI Config files have to be named this way: Allows to set parameters that influence the loading procedure of specific middleware bindings. The syntax is: -========================== +---- {binding:} libpath= alias= genpath= default -========================== +---- * *libpath*: Provides a fully qualified name that replaces the search path when trying to dynamically load the identified binding. The library found at libpath will take precedence over all other dynamically discoverable libraries for this binding. + -- cgit v1.2.1