Add isVatsimVersion to build configuration

This build configuration enables Vatsim specific features.

refs #860
This commit is contained in:
Roland Winklmeier
2017-01-16 14:32:26 +01:00
committed by Mathew Sutcliffe
parent 2616f94f2d
commit f5058574d0
5 changed files with 23 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
# This is in a separate file to allow easy patching.
# VATSIM client id as assigned by VATSIM Network team. The one below is a test key.
# It is working only with VATGER test server.
VATSIM_CLIENT_ID = "0xb9ba"
# VATSIM private key, which belongs to the id above.
VATSIM_CLIENT_PRIVATE_KEY = "727d1efd5cb9f8d2c28372469d922bb4"
# Uncomment the section below to build a version with VATSIM features enabled
#BLACK_CONFIG *= SwiftVatsimSupport