mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Thanks to @mkrautz on Mumble IRC Chat for the compile fix (https://github.com/mumble-voip/mumble/pull/2195) and for helping me about memory addresses (pModule). This probably would not have been possible without his help. Thanks also to @hacst: he tried to troubleshoot my compile problem.
7 lines
75 B
Prolog
7 lines
75 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = rl
|
|
SOURCES = rl.cpp
|
|
LIBS += -luser32
|
|
|