mirror of
https://github.com/boostorg/build.git
synced 2026-02-19 14:22:10 +00:00
Introduce the <dll-path> and <hardcode-dll-paths> features.
* gcc.jam: Handle the <dll-path> feature.
* builtin.jam
New features <dll-path> and <hardcode-dll-paths>.
(link-action.adjust-properties): Add library's
full paths to <dll-path> when <hardcode-dll-paths>
is specified.
[SVN r16588]
This commit is contained in:
@@ -47,7 +47,7 @@ t.copy("lib/Jamfile3", "lib/Jamfile")
|
||||
|
||||
expected="""warning: skipped build of lib/b.obj with properties <toolset>gcc <link>shared
|
||||
<link-runtime>shared <optimization>on <threading>single <rtti>on
|
||||
<debug-symbols>on <variant>debug
|
||||
<debug-symbols>on <hardcode-dll-paths>false <variant>debug
|
||||
don't know how to make <.>lib/b.obj/<optimization>on
|
||||
...skipped <./gcc/debug>a.exe for lack of <.>lib/b.obj/<optimization>on...
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user