Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix msvc miniupnpc shared library build #304

Merged
merged 2 commits into from
May 9, 2018
Merged

Fix msvc miniupnpc shared library build #304

merged 2 commits into from
May 9, 2018

Conversation

btolfa
Copy link
Contributor

@btolfa btolfa commented May 9, 2018

Fix #270

Both libminiupnpc-static and libminiupnpc-shared targets generated miniupnpc.lib file. As a result, the lib file for a shared library was overwritten with lib file for a static library.
Now libminiupnpc-static target creates libminiupnpc.lib file whereas libminiupnpc-shared target creates miniupnpc.lib and miniupnpc.dll files on Windows.

btolfa added 2 commits May 9, 2018 13:51
Fix #270

Both libminiupnpc-static and libminiupnpc-shared targets
were generated miniupnpc.lib files.
Now libminiupnpc-static generates libminiupnpc.lib whereas
libminiupnpc-shared generates miniupnpc.lib and miniupnpc.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants