Blender Git Commit Log

Git Commits -> Revision 6df2ede

Revision 6df2ede by Ray molenkamp (master)
December 6, 2019, 17:12 (GMT)
Cleanup/Windows: Separate out the MS-CRT into a subfolder

In older versions the ms crt was only a few dlls, in recent versions
this jumped to over 40 leading to quite a bit of clutter in our
bin folder.

This change moves the CRT into its own folder.

For developers that generally already have the runtime globaly
available on their machine, there is a new cmake option
(WITH_WINDOWS_BUNDLE_CRT, default ON) that you can use to toggle
installing the runtime to the blender bin folder, and save some
time during the initial build, this option is off by default for
only the developer profile.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D6132

Commit Details:

Full Hash: 6df2ede3414422372ac3b0b229b401e973b98509
Parent Commit: 19a8979
Lines Changed: +86, -45

3 Added Paths:

/build_files/cmake/platform/platform_win32_bundle_crt.cmake (+36, -0) (View)
/release/windows/manifest/Blender.CRT.MANIFEST.in (+4, -0) (View)
/release/windows/manifest/blender.exe.manifest.in (+37, -0) (View)

1 Deleted Path:

/release/windows/icons/blender.exe.manifest (+0, -36)

4 Modified Paths:

/build_files/cmake/config/blender_developer.cmake (+3, -0) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+1, -8) (Diff)
/CMakeLists.txt (+4, -0) (Diff)
/source/creator/CMakeLists.txt (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021