refs #461 Unify FS9/FSX platform conditions.

This commit is contained in:
Mathew Sutcliffe
2015-11-23 20:46:53 +00:00
parent de87399080
commit d32f211a71
2 changed files with 11 additions and 13 deletions

View File

@@ -75,10 +75,10 @@ win32-msvc*: QMAKE_CXXFLAGS *= /bigobj
win32-g++: QMAKE_CXXFLAGS_DEBUG += -Og
################################
# No FSX or FS9 for 64 bit
# FSX or FS9 on 32bit Windows only
################################
equals(WORD_SIZE,64): BLACK_CONFIG -= FSX FS9
equals(WORD_SIZE,64)|!win32: BLACK_CONFIG -= FSX FS9
################################
# Suppress stupid warnings