obs-studio/UI/win-update/updater
Ryan Foster cfd692ca15 updater: Fix defaultlib conflict
Trying to build in Debug fails due a default lib conflict:
LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use
/NODEFAULTLIB:library

Instead, we can set the updater to always use /MT instead of /MTd.
2024-06-11 18:25:05 -04:00
..
cmake updater: Check and update VC runtime version 2024-06-11 13:24:07 -04:00
CMakeLists.txt updater: Fix defaultlib conflict 2024-06-11 18:25:05 -04:00
hash.cpp updater: Static analysis cleanups 2023-08-26 16:53:14 -07:00
helpers.cpp UI: Merge win-update and nix-update 2023-02-19 01:35:56 +01:00
helpers.hpp updater: Static analysis cleanups 2023-08-26 16:53:14 -07:00
http.cpp updater: Refactor and cleanup 2023-06-11 02:17:28 +02:00
init-hook-files.c win-capture: Allow write permission on graphics hook 2020-03-08 15:56:23 -07:00
manifest.hpp CI: Update to clang-format 16 2023-08-10 16:07:25 -04:00
patch.cpp updater: Static analysis cleanups 2023-08-26 16:53:14 -07:00
resource.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
updater.cpp updater: Check and update VC runtime version 2024-06-11 13:24:07 -04:00
updater.hpp updater: Static analysis cleanups 2023-08-26 16:53:14 -07:00
updater.manifest UI/updater: Fix manifest XML namespace for dpiAware setting 2022-09-05 22:49:11 +02:00
updater.rc UI: Update CMakeLists.txt for main OBS app 2022-03-16 23:11:58 +01:00