Blender Git Commit Log
Git Commits -> Revision 66ec720
Revision 66ec720 by Ray molenkamp (master) August 30, 2019, 14:40 (GMT) |
Windows: Move building of blendthumb into the blender codebase. Previously this was done in the deps builder due to the fact we needed both 32 and 64 bit versions of this dll and CMAKE does not support that in a single build folder. Now that 32 bit support has been dropped, this can be safely moved into the codebase. Reviewers: brecht Differential Revision: https://developer.blender.org/D5633 |
Commit Details:
Full Hash: 66ec72045f8c25ec9e9710f4d70aed9fb1514df6
Parent Commit: 26c110f
Lines Changed: +671, -755
5 Added Paths:
/source/blender/blendthumb/CMakeLists.txt (+32, -0) (View)
/source/blender/blendthumb/src/BlenderThumb.cpp (+320, -0) (View)
/source/blender/blendthumb/src/BlendThumb.def (+5, -0) (View)
/source/blender/blendthumb/src/BlendThumb.rc (+26, -0) (View)
/source/blender/blendthumb/src/Dll.cpp (+273, -0) (View)
/source/blender/blendthumb/src/BlenderThumb.cpp (+320, -0) (View)
/source/blender/blendthumb/src/BlendThumb.def (+5, -0) (View)
/source/blender/blendthumb/src/BlendThumb.rc (+26, -0) (View)
/source/blender/blendthumb/src/Dll.cpp (+273, -0) (View)
6 Deleted Paths:
/build_files/build_environment/cmake/blendthumb.cmake (+0, -67)
/release/windows/blendthumb/CMakeLists.txt (+0, -38)
/release/windows/blendthumb/src/BlenderThumb.cpp (+0, -320)
/release/windows/blendthumb/src/BlendThumb.def (+0, -5)
/release/windows/blendthumb/src/BlendThumb.rc (+0, -26)
/release/windows/blendthumb/src/Dll.cpp (+0, -273)
/release/windows/blendthumb/CMakeLists.txt (+0, -38)
/release/windows/blendthumb/src/BlenderThumb.cpp (+0, -320)
/release/windows/blendthumb/src/BlendThumb.def (+0, -5)
/release/windows/blendthumb/src/BlendThumb.rc (+0, -26)
/release/windows/blendthumb/src/Dll.cpp (+0, -273)