Changeset View
Changeset View
Standalone View
Standalone View
build_files/cmake/platform/platform_win32_bundle_crt.cmake
| Context not available. | |||||
| # Install the CRT to the blender.crt Sub folder. | # Install the CRT to the blender.crt Sub folder. | ||||
| install(FILES ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ./blender.crt COMPONENT Libraries) | install(FILES ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ./blender.crt COMPONENT Libraries) | ||||
| # Generating the manifest is a relativly expensive operation since | # Generating the manifest is a relatively expensive operation since | ||||
| # it is collecting an sha1 hash for every file required. so only do | # it is collecting an sha1 hash for every file required. so only do | ||||
| # this work when the libs have either changed or the manifest does | # this work when the libs have either changed or the manifest does | ||||
| # not exist yet. | # not exist yet. | ||||
| Context not available. | |||||