mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
Make FSUIPC optional
Summary: If FSUIPC is configured, its support will be enabled in swift and disabled otherwise. Ref T91 Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Subscribers: msutcliffe, jenkins, kbasan Maniphest Tasks: T91 Differential Revision: https://dev.swift-project.org/D28
This commit is contained in:
@@ -22,6 +22,7 @@ BLACK_CONFIG *= PackageInstaller
|
||||
BLACK_CONFIG *= Doxygen
|
||||
#BLACK_CONFIG *= SwiftDevBranch
|
||||
#BLACK_CONFIG *= SwiftStableBranch
|
||||
BLACK_CONFIG *= FSUIPC
|
||||
|
||||
isEmpty(BLACK_EOL): BLACK_EOL = "20180101"
|
||||
|
||||
@@ -42,6 +43,7 @@ include(vatsim.pri)
|
||||
!contains(BLACK_CONFIG, P3D) { DEFINE_WITH_P3D = "//" }
|
||||
!contains(BLACK_CONFIG, FSX) { DEFINE_WITH_FSX = "//" }
|
||||
!contains(BLACK_CONFIG, FS9) { DEFINE_WITH_FS9 = "//" }
|
||||
!contains(BLACK_CONFIG, FSUIPC) { DEFINE_WITH_FSUIPC = "//" }
|
||||
!contains(BLACK_CONFIG, XPlane) { DEFINE_WITH_XPLANE = "//" }
|
||||
!contains(BLACK_CONFIG, SwiftDevBranch) { DEFINE_SWIFT_DEV_BRANCH = "//" }
|
||||
!contains(BLACK_CONFIG, SwiftStableBranch) { DEFINE_SWIFT_STABLE_BRANCH = "//" }
|
||||
|
||||
Reference in New Issue
Block a user