mumble/overlay/overlay.pro
Thorvald Natvig 98b43c27a3 tarbuilder updates
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@785 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-10-16 15:59:14 +00:00

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
}