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 MinGW/MinGW64 build support #92

Open
lanurmi opened this issue Feb 17, 2010 · 2 comments
Open

Add MinGW/MinGW64 build support #92

lanurmi opened this issue Feb 17, 2010 · 2 comments

Comments

@lanurmi
Copy link
Owner

lanurmi commented Feb 17, 2010

I have working builds for the original MinGW and for MinGW64(32bit and 64bit exe's). Lot's of warnings, but the exe's seem to work fine. For the MinGW target I build using the cmake MSYS Makefiles target. For the mingw64 I used "MinGW Makefiles" and use the sezero_20100212 tool chains. To get static MinGW64 builds add ' -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS:STRING="-static-libgcc" ' to the cmake command line.

diff's attached based on the efte-1.1 source zip from sourceforge

Reported by: winds350

Original Ticket: efte/feature-requests/51

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 17, 2010

diffs to add support for mingw builds, 32bit only

Original comment by: winds350

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 17, 2010

Combined diffs for mingw builds, 32bit and 64bit

Original comment by: winds350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant