Skip to content

Dynamic library is not being added #4

Description

@matthewleta

When you specify a dynamic library, the dynamic library is not added to the same directory as the .exe file. this is what i have:

    <platform os="msw">
        <staticLibrary>libs/64/libgmp-10.lib</staticLibrary>
        <staticLibrary>libs/64/libmpfr-4.lib</staticLibrary>
        <platform config="debug">
            <dynamicLibrary>libs/64/libgmp-10.dll</dynamicLibrary>
            <dynamicLibrary>libs/64/libmpfr-4.dll</dynamicLibrary>
        </platform>
    </platform>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions