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

MinGW Support (32bit & 64bit) #321

Merged
merged 20 commits into from
Jun 28, 2019
Merged

MinGW Support (32bit & 64bit) #321

merged 20 commits into from
Jun 28, 2019

Conversation

weinrank
Copy link
Contributor

This PR adds support for MinGW (32bit & 64bit).
I'm not an MinGW expert so I've just done whatever seemed to be the right way.

I've taken some code from PR #150 and extended/modified it.
Tested in all combinations on Windows 10 (1903)

  • MinGW32 & MinGW64
  • Clang (i386 / x64)
  • GCC (i386 / x64)

If this PR gets accepted, I'll add two additional Buildslaves to the CI system.

References:
#300 - Meson build system will probably need some extensions for MinGW support
#276 - Should be fixed now, I've used __MINGW32__ in favour of the suggested __GNUC__
#150 - Original PR which should be obsoleted by this PR

programs/discard_server.c Outdated Show resolved Hide resolved
@weinrank
Copy link
Contributor Author

Comments are addressed.

@tuexen tuexen merged commit 37a8a0a into sctplab:master Jun 28, 2019
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.

5 participants