blender/build_files
Ray molenkamp 1b815678aa 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-03-04 17:39:49 -07:00
..
build_environment Revert "GPencil: Include UV information in simplify->sample modifier." 2023-02-20 11:20:07 +01:00
buildbot Cleanup: cmake formatting 2022-12-17 13:33:27 +11:00
cmake msgfmt: fix runtime requirements 2023-03-04 17:39:49 -07:00
config Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
package_spec Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
utils Fix `make update` when local branch exists 2023-02-27 10:58:58 +01:00
windows Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00