mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Ref T430, context menus in mapping tool for FG
This commit is contained in:
committed by
Mat Sutcliffe
parent
257c8ea9f9
commit
f8ee2acf5d
@@ -83,6 +83,15 @@ constexpr bool BlackConfig::CBuildConfig::isCompiledWithXPlaneSupport()
|
||||
!!ENDIF
|
||||
}
|
||||
|
||||
constexpr bool BlackConfig::CBuildConfig::isCompiledWithFGSupport()
|
||||
{
|
||||
!!IF swiftConfig(sims.fg)
|
||||
return true;
|
||||
!!ELSE
|
||||
return false;
|
||||
!!ENDIF
|
||||
}
|
||||
|
||||
constexpr bool BlackConfig::CBuildConfig::isCompiledWithGui()
|
||||
{
|
||||
!!IF swiftConfig(libs.blackgui)
|
||||
|
||||
Reference in New Issue
Block a user