show/hide this revision's text 3 The answer is now full and correct

You just need to change the building scriptScons a bit.
Take a look at Tools/Script/_C:\YourPythonFolder\Lib\site-packages\scons-YourSconsVersion\SCons\Script__ init__.py and search for MingWgo to line 560.
I'll edit
Change the question linker to show you where exactly when I'll get back homegnulink, the c compiler to mingw and the c++ compiler to g++.
Eventually it should look like this:

linkers = ['gnulink', 'mslink',  'ilink', 'linkloc', 'ilink32' ]
c_compilers = ['mingw', 'msvc',  'gcc', 'intelc', 'icl', 'icc', 'cc', 'bcc32' ]
cxx_compilers = ['g++', 'msvc', 'intelc', 'icc',  'c++', 'bcc32' ]

Now MingW is activated by default :)

show/hide this revision's text 2 Edited due to Stackoverflow's editor bug

You just need to change the building script. Take a look at Tools/Script/init.py Tools/Script/__ init__.py and search for MingW.
I'll edit the question to show you where exactly when I'll get back home.

show/hide this revision's text 1

You just need to change the building script. Take a look at Tools/Script/init.py and search for MingW.
I'll edit the question to show you where exactly when I'll get back home.