Menu

#51 Add MinGW/MinGW64 build support

Win32
open
nobody
None
5
2010-02-17
2010-02-17
SteveW
No

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

Discussion

  • SteveW

    SteveW - 2010-02-17

    diffs to add support for mingw builds, 32bit only

     
  • SteveW

    SteveW - 2010-02-17

    Combined diffs for mingw builds, 32bit and 64bit