Moved FSX specific implementation into blacksim/fsx and

converted it into a plugin.

refs #190
This commit is contained in:
Roland Winklmeier
2014-03-15 14:54:47 +01:00
parent 05d96fa48d
commit dec49dba7f
13 changed files with 132 additions and 36 deletions

View File

@@ -28,12 +28,6 @@ SOURCES += *.cpp
win32 {
HEADERS += $$PWD/win/*.h
SOURCES += $$PWD/win/*.cpp
contains(BLACK_CONFIG, FSX) {
DEFINES += BLACK_WITH_FSX
HEADERS += $$PWD/fsx/*.h
SOURCES += $$PWD/fsx/*.cpp
}
}
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib ../../lib/blacksound.lib