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.
7 lines
175 B
Prolog
7 lines
175 B
Prolog
include(../plugins.pri)
|
|
|
|
DEFINES += "NULL_DESC=\"L\\\"CounterStrike : Source (Retracted, now using link)\\\"\""
|
|
TARGET = css
|
|
SOURCES = ../null_plugin.cpp
|
|
LIBS += -luser32
|