Added Windows 8.1

This commit is contained in:
Hrvoje Jasak 2015-08-07 10:46:56 +01:00 committed by Dominik Christ
parent 959f3215d1
commit fb84e91897

View file

@ -210,6 +210,15 @@ MINGW32_NT-6.1)
export WM_LDFLAGS='-m64'
;;
MINGW32_NT-6.2)
WM_ARCH=MINGW32_NT-6.2
export WM_ARCH_BASE=mingw
export WM_COMPILER_LIB_ARCH=64
export WM_CFLAGS='-m64 -fPIC'
export WM_CXXFLAGS='-m64 -fPIC'
export WM_LDFLAGS='-m64'
;;
Linux)
WM_ARCH=linux