blender/build_files/cmake
Ray molenkamp b874a0ead8 msgfmt: fix runtime requirements
msgfmt has a TBB dependency though bf_blenlib, now for a release build
The MSVC linker is smart enough to realize none of the TBB code is
actually used and discards it. In debug mode the linker is a bit more
conservative and doesn't, leaving msgfmt with a runtime dependency
on TBB. The problem here is, we only copy the runtime dlls during
the install phase, and msgfmt runs long long before that.

For this reason when we run msgfmt we should make sure any runtime
needs it could have are met in the path, there already is a handy
variable for that since oslc has similar requirements.

Pull Request #105048
2023-02-21 23:00:34 +01:00
..
config Revert release branch only commit after merge 2023-02-20 11:51:16 +01:00
example_scripts Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00
Modules Vulkan: Changes to CMake config. 2023-01-30 12:04:44 +01:00
platform msgfmt: fix runtime requirements 2023-02-21 23:00:34 +01:00
buildinfo_static.h.in CMake: configue_file() to pass strings for build-info 2020-11-06 17:26:29 +11:00
buildinfo.cmake Update references to the new projects platform and main branch 2023-02-07 14:18:19 +01:00
clang_array_check.py Cleanup: run autopep8 on build_files/ 2022-04-20 15:08:46 +10:00
cmake_netbeans_project.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
cmake_print_build_options.py CMake: support multi-line strings for the help_features target 2023-01-19 17:10:42 +11:00
cmake_qtcreator_project.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
cmake_static_check_clang_array.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
cmake_static_check_cppcheck.py check_cppcheck: skip files that hang, minor improvements 2022-08-23 11:01:02 +10:00
cmake_static_check_smatch.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
cmake_static_check_sparse.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
cmake_static_check_splint.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
have_features.cmake Cleanup: cmake formatting 2022-12-17 13:33:27 +11:00
macros.cmake msgfmt: fix runtime requirements 2023-02-21 23:00:34 +01:00
packaging.cmake Fix T98726: Include blender version number in windows shortcuts 2022-11-20 18:31:00 -07:00
project_info.py Revert release branch only commit after merge 2023-02-20 11:51:16 +01:00
project_source_info.py Fix error extracting arguments from project_source_info 2022-09-09 17:18:11 +10:00
RpmBuild.cmake File headers: use SPDX license for CMake files 2022-02-11 14:23:56 +11:00