mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
* NULL plugins have a shortname of L"Retracted" which excludes them from being listed as a plugin in Mumble >= 1.2.4 * NULL plugins are valid plugins that always return false on trylock so Mumble <= 1.2.3 gets behavior close to what recent Mumble has. * NULL css, dods, tf2 and hl2dm plugins as they have been replaced by link support in the source engine.
9 lines
170 B
Prolog
9 lines
170 B
Prolog
include(../plugins.pri)
|
|
|
|
DEFINES += "NULL_DESC=\"L\\\"Team Fortress 2 (Retracted, now using link)\\\"\""
|
|
TARGET = tf2
|
|
SOURCES = ../null_plugin.cpp
|
|
LIBS += -luser32
|
|
|
|
|