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

Add support for building MSVC shared libraries #329

Closed
wants to merge 1 commit into from

Conversation

Xaymar
Copy link

@Xaymar Xaymar commented Nov 29, 2019

Adds support for building and importing MSVC dynamic libraries via generated .lib files. This is part 1 of the fix for (Mbed-TLS/mbedtls#470). Due to the mixing of headers and source files with no real differentiation between projects this turned out to be much harder than expected, and may not work perfectly yet.

Needs testing across many compilers, especially embedded device compilers.

@gilles-peskine-arm
Copy link
Collaborator

Thank you for working on this! Given that Mbed Crypto has been merged back into Mbed TLS, we are no longer making changes to build scripts in Mbed Crypto, so this pull request needs to be wrapped into Mbed-TLS/mbedtls#2943.

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