From f71eb7d455f93123e28d593bde195fdeb6e3b960 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Mar 2024 11:49:55 +0200 Subject: Further work on packaging guide (proofreading) --- doc/packaging.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/packaging.cli b/doc/packaging.cli index 07486a5..cd6c952 100644 --- a/doc/packaging.cli +++ b/doc/packaging.cli @@ -2166,7 +2166,7 @@ $ bdep sync -a --disfigure config.libfoo.debug=true For each library that your package depends on (and which you have added to \c{manifest} in the \l{#core-fill-depend Add dependencies} step), -you need to first determine whether it's an interface of implementation +you need to first determine whether it's an interface or implementation dependency and then import it either into the \c{intf_libs} or \c{impl_libs} variable, respectively. @@ -2515,7 +2515,7 @@ else {obja objs}{util}: cxx.poptions += -DFOO_POSIX \ -\N|Not that target-specific \c{*.poptions} and \c{*.coptions} must be +\N|Note that target-specific \c{*.poptions} and \c{*.coptions} must be specified on the object file targets while \c{*.loptions} and \c{*.libs} \- on the library or executable targets.| -- cgit v1.1