From ba4b0197a66b99e1cc9adb382ec47b5c180f23fa Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Thu, 3 Apr 2014 19:08:43 +0100 Subject: [PATCH] refs #204 changed xbus destination directory for 32bit builds to support older versions of X-Plane --- src/blacksim/xplane/xbus/xbus.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/blacksim/xplane/xbus/xbus.pro b/src/blacksim/xplane/xbus/xbus.pro index ff60b5d56..7e665dc30 100644 --- a/src/blacksim/xplane/xbus/xbus.pro +++ b/src/blacksim/xplane/xbus/xbus.pro @@ -36,7 +36,7 @@ win32:contains(QMAKE_TARGET.arch, x86_64) { DESTDIR = ../../../../xbus/64 } win32:contains(QMAKE_TARGET.arch, x86) { - DESTDIR = ../../../../xbus/32 + DESTDIR = ../../../../xbus } win32-g++ { WIN_FIND = $$(SYSTEMROOT)\system32\find @@ -45,7 +45,7 @@ win32-g++ { DESTDIR = ../../../../xbus/64 } else { - DESTDIR = ../../../../xbus/32 + DESTDIR = ../../../../xbus } } linux-g++ { @@ -54,14 +54,14 @@ linux-g++ { DESTDIR = ../../../../xbus/64 } else { - DESTDIR = ../../../../xbus/32 + DESTDIR = ../../../../xbus } } linux-g++-64 { DESTDIR = ../../../../xbus/64 } linux-g++-32 { - DESTDIR = ../../../../xbus/32 + DESTDIR = ../../../../xbus } macx { # a single dylib file contains both 32bit and 64bit binaries