mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
Enable P3D-v4 64 bit build
Summary: This commit enables P3D-v4 for 64 bit including all dependent libraries. Those binaries are not yet installed, since they are considered experimental. Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Differential Revision: https://dev.swift-project.org/D30
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d15b6446e3
commit
984b30aef3
@@ -77,10 +77,11 @@ msvc:!llvm: QMAKE_CXXFLAGS *= /bigobj
|
||||
win32-g++: QMAKE_CXXFLAGS_DEBUG += -Og
|
||||
|
||||
################################
|
||||
# FSX, P3D or FS9 on 32bit Windows only
|
||||
# FSX or FS9 on 32bit Windows only
|
||||
################################
|
||||
|
||||
equals(WORD_SIZE,64)|!win32: BLACK_CONFIG -= FSX FS9 P3D
|
||||
equals(WORD_SIZE,64)|!win32: BLACK_CONFIG -= FSX FS9
|
||||
equals(WORD_SIZE,32)|!win32: BLACK_CONFIG -= P3D
|
||||
|
||||
################################
|
||||
# For BlackMisc::getStackTrace
|
||||
|
||||
Reference in New Issue
Block a user