mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
FSX implementation divided into three parts:
- SimConnect handling done in CSimulatorFSX - Exception handling done by CSimConnectException - Data definitions done by CSimConnectDataDefinition refs #142
This commit is contained in:
@@ -18,6 +18,7 @@ DESTDIR = ../../bin
|
||||
|
||||
LIBS += -L../../lib -lblackcore -lblackgui -lblacksound -lblackmisc
|
||||
LIBS += -lvatlib
|
||||
LIBS += -lSimConnect
|
||||
|
||||
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
../../lib/blackgui.lib \
|
||||
|
||||
Reference in New Issue
Block a user