monkey2 icon indicating copy to clipboard operation
monkey2 copied to clipboard

Added 'MinGW x64 support' with latest GCC 8.1.0 on Windows

Open seyhajin opened this issue 6 years ago • 0 comments

Hi,

I've rebuilded Ted2go with success with theses parameters and GCC 8.1.0 x64.

You needs :

  • Update 'mx2cc'
  • Rebuild modules
  • Somes changes on "bin\env_windows.txt" : - MX2_USE_MSVC=0 - MX2_LD_OPTS_WINDOWS=-s -static -m64 - MX2_CC_OPTS_WINDOWS=-std=gnu99 -D_WIN32_WINNT=0x0603 -m64 -Wa,-mbig-obj - MX2_CPP_OPTS_WINDOWS=-std=c++11 -D_WIN32_WINNT=0x0603 -m64 -Wa,-mbig-obj

Download MinGW-x64 and add 'bin' directory in your 'Path' environment variable: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z

seyhajin avatar Jun 29 '19 08:06 seyhajin