murkymark - 2015-10-27

Currently the best I can do is using something like this batch file:

SETLOCAL
Set PATH=c:\mingw-w64\i686-5.2.0-posix-dwarf-rt_v4-rev0\bin\
gcc -m32 a.c -o a32.exe
Set PATH=c:\mingw-w64\x86_64-5.2.0-posix-seh-rt_v4-rev0\bin\
gcc -m64 a.c -o a64.exe
ENDLOCAL

 

Last edit: murkymark 2015-10-27