mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[XSwiftBus] Apply XPLM 2.1 packaging structure
This commit is contained in:
committed by
Mat Sutcliffe
parent
680939346c
commit
b775d99dc4
@@ -79,20 +79,15 @@ TARGET_EXT = .xpl
|
||||
win32:TARGET = win
|
||||
linux:TARGET = lin
|
||||
macx:TARGET = mac
|
||||
macx {
|
||||
# a single dylib file contains both 32bit and 64bit binaries
|
||||
XSWIFTBUS_DIR = xswiftbus
|
||||
XSWIFTBUS_DESTDIR = $$DestRoot/$$XSWIFTBUS_DIR
|
||||
} else {
|
||||
equals(WORD_SIZE,64) {
|
||||
XSWIFTBUS_DIR = xswiftbus/64
|
||||
DEFINES += WORD_SIZE_64
|
||||
}
|
||||
equals(WORD_SIZE,32) {
|
||||
XSWIFTBUS_DIR = xswiftbus
|
||||
}
|
||||
XSWIFTBUS_DESTDIR = $$DestRoot/$$XSWIFTBUS_DIR
|
||||
|
||||
equals(WORD_SIZE,64) {
|
||||
XSWIFTBUS_DIR = xswiftbus/64
|
||||
DEFINES += WORD_SIZE_64
|
||||
}
|
||||
equals(WORD_SIZE,32) {
|
||||
XSWIFTBUS_DIR = xswiftbus/32
|
||||
}
|
||||
XSWIFTBUS_DESTDIR = $$DestRoot/$$XSWIFTBUS_DIR
|
||||
|
||||
# Default MSVC project name is $$TARGET, so use a better name
|
||||
QMAKE_PROJECT_NAME = xswiftbus
|
||||
|
||||
Reference in New Issue
Block a user