mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #204 changed xbus destination directory for 32bit builds
to support older versions of X-Plane
This commit is contained in:
committed by
Klaus Basan
parent
7fae60a510
commit
ba4b0197a6
@@ -36,7 +36,7 @@ win32:contains(QMAKE_TARGET.arch, x86_64) {
|
|||||||
DESTDIR = ../../../../xbus/64
|
DESTDIR = ../../../../xbus/64
|
||||||
}
|
}
|
||||||
win32:contains(QMAKE_TARGET.arch, x86) {
|
win32:contains(QMAKE_TARGET.arch, x86) {
|
||||||
DESTDIR = ../../../../xbus/32
|
DESTDIR = ../../../../xbus
|
||||||
}
|
}
|
||||||
win32-g++ {
|
win32-g++ {
|
||||||
WIN_FIND = $$(SYSTEMROOT)\system32\find
|
WIN_FIND = $$(SYSTEMROOT)\system32\find
|
||||||
@@ -45,7 +45,7 @@ win32-g++ {
|
|||||||
DESTDIR = ../../../../xbus/64
|
DESTDIR = ../../../../xbus/64
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DESTDIR = ../../../../xbus/32
|
DESTDIR = ../../../../xbus
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
linux-g++ {
|
linux-g++ {
|
||||||
@@ -54,14 +54,14 @@ linux-g++ {
|
|||||||
DESTDIR = ../../../../xbus/64
|
DESTDIR = ../../../../xbus/64
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DESTDIR = ../../../../xbus/32
|
DESTDIR = ../../../../xbus
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
linux-g++-64 {
|
linux-g++-64 {
|
||||||
DESTDIR = ../../../../xbus/64
|
DESTDIR = ../../../../xbus/64
|
||||||
}
|
}
|
||||||
linux-g++-32 {
|
linux-g++-32 {
|
||||||
DESTDIR = ../../../../xbus/32
|
DESTDIR = ../../../../xbus
|
||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
# a single dylib file contains both 32bit and 64bit binaries
|
# a single dylib file contains both 32bit and 64bit binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user