mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
only link with the X-Plane SDK on Windows;
Linux and Mac use different means
This commit is contained in:
@@ -8,8 +8,10 @@ TEMPLATE = lib
|
||||
CONFIG += shared
|
||||
CONFIG += blackmisc blackcore
|
||||
|
||||
equals(WORD_SIZE,64): LIBS += -lXPLM_64
|
||||
equals(WORD_SIZE,32): LIBS += -lXPLM
|
||||
win32 {
|
||||
equals(WORD_SIZE,64): LIBS += -lXPLM_64
|
||||
equals(WORD_SIZE,32): LIBS += -lXPLM
|
||||
}
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
Reference in New Issue
Block a user