mumble/overlay
Mikkel Krautz 5cffbf3bd3 Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR.
This commit changes various pri and pro files to always prepend
the global build output directory (which can be either 'release'
or 'debug', depending on the current build configuration).

Otherwise, if a library that we build ourselves, such as -lspeex in
CONFIG+=bundled-speex, is also available in one of the other lib dirs,
we can't be sure that the one in our build output directory will be used.

This is a problem on FreeBSD, where we add /usr/local/lib
to the QMAKE_LIBDIR in compiler.pri. That directory might contain
its own -lspeex.

With this change, we now prefer libraries in our build output directory
to system libraries.
2016-11-27 01:13:57 +01:00
..
overlay_exe overlay/overlay_exe: use unsigned long long for our passed-in handle to silence MSVC2015 warning. 2016-08-21 18:43:25 +02:00
d3d9.cpp overlay: in D3D9's doPresent(), use swapchain's backbuffer and dimensions if drawn via IDirect3DSwapChain9::present(). 2016-07-05 20:24:43 +02:00
d3d10.cpp overlay: remove use of d3dx9, d3dx10 and d3dx11. 2016-08-21 18:13:17 +02:00
d3d11.cpp overlay: remove use of d3dx9, d3dx10 and d3dx11. 2016-08-21 18:13:17 +02:00
D11StateBlock.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
D11StateBlock.h overlay: remove use of d3dx9, d3dx10 and d3dx11. 2016-08-21 18:13:17 +02:00
dxgi.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
HardHook_minhook.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
HardHook_minhook.h overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
HardHook_x86.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
HardHook_x86.h overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
HardHook.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
HardHook.h overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
lib.cpp overlay/lib.cpp: cast to long when creating RECT. 2016-08-21 18:43:14 +02:00
lib.h overlay/lib.h: fix _WIN32_WINNT redefinition. 2016-08-21 18:43:20 +02:00
mumble_ol.rc overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
ods.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
ods.h overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
opengl.cpp overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
overlay11-common.hlsl overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
overlay11.ps overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
overlay11.vs overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
overlay_blacklist.h overlay: ensure the whole Microsoft Office suite is blacklisted. 2016-07-04 00:40:54 +02:00
overlay-shared.pro Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR. 2016-11-27 01:13:57 +01:00
overlay.fx overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
overlay.h overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
overlay.pro overlay: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00