2
0
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:
Vladimir Prus
2002-12-11 17:40:48 +00:00
parent 9328322608
commit cfe61e5caa
3 changed files with 27 additions and 6 deletions

View File

@@ -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...
"""