make sure to specify architecture

This commit is contained in:
Radius 2014-12-08 20:49:49 -05:00
parent 8836b9c79c
commit 5a2e8d4a42
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
PATH /mingw32/bin/
platform MINGW32
ARCH x86
MAKE mingw32-make.exe
CC gcc
CXX g++

View File

@ -1,5 +1,6 @@
PATH /c/Toolchains/mingw32_posix/bin:/c/Toolchains/python32
platform MINGW32
ARCH x86
MAKE mingw32-make.exe
CC gcc
CXX g++

View File

@ -1,5 +1,6 @@
PATH /mingw64/bin
platform MINGW64
ARCH x86_64
MAKE mingw32-make.exe
CC gcc
CXX g++

View File

@ -1,5 +1,6 @@
PATH /c/Toolchains/mingw64_posix/bin:/c/Toolchains/python64
platform MINGW64
ARCH x86_64
MAKE mingw32-make.exe
CC gcc
CXX g++