-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels