mariadb/win/upgrade_wizard
Vladislav Vaintroub b005b6097f Cleanup CMake code (Windows-specific)
Prepare for a more modern CMake version than the current minimum.

- Use CMAKE_MSVC_RUNTIME_LIBRARY instead of the custom MSVC_CRT_TYPE.
- Replace CMAKE_{C,CXX}_FLAGS modifications with
  add_compile_definitions/options and add_link_options.
  The older method already broke with new pcre2.
- Fix clang-cl compilation and ASAN build.
- Avoid modifying CMAKE_C_STANDARD_LIBRARIES/CMAKE_CXX_STANDARD_LIBRARIES,
  as this is discouraged by CMake.
- Reduce system checks.
2025-04-04 08:58:40 +02:00
..
res add forgotten files generated by VS MFC project 2011-01-30 23:20:02 +01:00
CMakeLists.txt Cleanup CMake code (Windows-specific) 2025-04-04 08:58:40 +02:00
resource.h add forgotten files generated by VS MFC project 2011-01-30 23:20:02 +01:00
stdafx.h Windows : Fix /permissive- compile error 2018-02-21 16:33:55 +00:00
targetver.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.cpp Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.rc Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade_wizard.exe.manifest Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgradeDlg.cpp MDEV-27525 Invalid (non-UTF8) characters found for option 'plugin_dir' 2022-01-18 17:32:53 +01:00
upgradeDlg.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00