mumble/overlay
Septarius c82d3aa419 overlay: add CMAKE_C_COMPILER and CMAKE_CXX_COMPILER to overlay-xcompile
CMake prioritizes MinGW over MSVC, which means that the first is used if found in PATH.

Since overlay-xcompile is only meant to be used with MSVC (MinGW provides "-m32" to build as 32 bit), this commit forces the use of "cl".
2020-07-11 19:37:21 +02:00
..
overlay_exe overlay: build 32 bit library also in 64 bit builds on Windows 2020-07-11 19:37:21 +02:00
scripts overlay: build 32 bit library also in 64 bit builds on Windows 2020-07-11 19:37:21 +02:00
ancestor.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
ancestor.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
CMakeLists.txt overlay: add CMAKE_C_COMPILER and CMAKE_CXX_COMPILER to overlay-xcompile 2020-07-11 19:37:21 +02:00
d3d9.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
d3d10.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
d3d11.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
D11StateBlock.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
D11StateBlock.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
dxgi.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
excludecheck.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
excludecheck.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
HardHook_minhook.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
HardHook_minhook.h overlay: remove unnecessary _WIN32_WINNT definition, add missing includes 2020-07-11 19:34:49 +02:00
HardHook_x86.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
HardHook_x86.h overlay: remove unnecessary _WIN32_WINNT definition, add missing includes 2020-07-11 19:34:49 +02:00
HardHook.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
HardHook.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
lib.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
lib.h overlay: remove unnecessary _WIN32_WINNT definition, add missing includes 2020-07-11 19:34:49 +02:00
mumble_ol.rc Templatize Windows resource files (.rc) 2020-07-11 19:34:49 +02:00
ods.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ods.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
olsettings.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
olsettings.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
opengl.cpp REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
overlay11-common.hlsl Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
overlay11.ps Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
overlay11.vs Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
overlay_blacklist.h REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
overlay_launchers.h REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
overlay_whitelist.h REFAC(overlay): replace NULL with nullptr 2020-06-28 19:04:21 +02:00
overlay-shared.pro Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
overlay.fx Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
overlay.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
overlay.pro Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
util.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00