mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #910, obtain DLL and modules info
windows specific utility functions to obtain info about DLL / DLLs loaded (to be used to test P3D/FSX Simconnect DLLs)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
705e83e156
commit
099680c054
@@ -59,7 +59,7 @@ SOURCES += *.cpp \
|
||||
$$PWD/weather/*.cpp
|
||||
|
||||
win32 {
|
||||
LIBS *= -lShell32 -lDbghelp
|
||||
LIBS *= -lShell32 -lDbghelp -lversion
|
||||
}
|
||||
win32-g++ {
|
||||
LIBS *= -lpsapi
|
||||
|
||||
Reference in New Issue
Block a user