mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@785 05730e5d-ab1b-0410-a4ac-84af385074fa
19 lines
441 B
Prolog
19 lines
441 B
Prolog
TEMPLATE = lib
|
|
CONFIG -= qt
|
|
CONFIG += dll shared debug_and_release warn_on precompile_header
|
|
TARGET = mumble_ol
|
|
SOURCES = lib.cpp d3d9.cpp dsound.cpp openal.cpp opengl.cpp
|
|
DIST = overlay.h
|
|
|
|
LIBS += -ldxguid -luuid -lole32
|
|
|
|
INCLUDEPATH += /dev/dxsdk/Include "/Program Files/OpenAL 1.1 SDK/Include"
|
|
|
|
CONFIG(debug, debug|release) {
|
|
DESTDIR = ../debug
|
|
}
|
|
|
|
CONFIG(release, debug|release) {
|
|
DESTDIR = ../release
|
|
}
|