From a98441c315e5bc52cd5c7316d8b537b29e72f9af Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 27 Aug 2016 03:00:56 +0100 Subject: [PATCH] Latest libxplanemp and harmonize with our github repo. --- src/xbus/libxplanemp | 2 +- src/xbus/xbus.pro | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xbus/libxplanemp b/src/xbus/libxplanemp index 3090b153e..60e6e6cd7 160000 --- a/src/xbus/libxplanemp +++ b/src/xbus/libxplanemp @@ -1 +1 @@ -Subproject commit 3090b153e9a419335a2e5c25f1aaf30d5a3fbdd5 +Subproject commit 60e6e6cd7a42b5cf557d008d7251755c3a3dd543 diff --git a/src/xbus/xbus.pro b/src/xbus/xbus.pro index a0237d7fa..b60b1ba0a 100644 --- a/src/xbus/xbus.pro +++ b/src/xbus/xbus.pro @@ -63,6 +63,9 @@ DEFINES += XPLM200=1 # TODO add config option to select minimum X-Plane version when building DEFINES += XPLM210=1 +# Name will be used in libxplanemp log messages +DEFINES += XPMP_CLIENT_NAME=\\\"xbus\\\" +DEFINES += XPMP_CLIENT_LONGNAME=\\\"xbus\\\" # X-Plane plugins must follow a prescribed filename and directory structure. TARGET_EXT = .xpl