diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-29 11:49:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-29 11:49:55 +0200 |
commit | f71eb7d455f93123e28d593bde195fdeb6e3b960 (patch) | |
tree | 6a336e9fdee7d75dedd295cddb34d51f984d289c | |
parent | f8466da3be0b6b0e56e326395918a4e3a611a9fc (diff) |
Further work on packaging guide (proofreading)
-rw-r--r-- | doc/packaging.cli | 4 |
1 files changed, 2 insertions, 2 deletions
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.| |