Blender Git Commit Log
Git Commits -> Revision 7743a56
Revision 7743a56 by Sergey Sharybin (opensubdiv-modifier) May 15, 2014, 07:44 (GMT) |
Fix compilation error when using Msvc2012 Msvc2008 is not supported because of missing precompiled libraries. Not in the mood of spending time on making libs for 2008 yet, because they're likely to be re-compiled still in order to have proper runtime cuda/opencl detection and not making blender.exe depending on cuda/opencl. |
Commit Details:
Full Hash: 7743a56044f0855c56926f7cce451b38bf80288a
Parent Commit: 76bed92
Lines Changed: +34, -8
8 Modified Paths:
/build_files/cmake/macros.cmake (+4, -1) (Diff)
/build_files/scons/config/win64-vc-config.py (+2, -2) (Diff)
/build_files/scons/tools/Blender.py (+4, -1) (Diff)
/CMakeLists.txt (+7, -1) (Diff)
/intern/opensubdiv/CMakeLists.txt (+4, -1) (Diff)
/intern/opensubdiv/opensubdiv_capi.cc (+4, -0) (Diff)
/intern/opensubdiv/opensubdiv_gpu_capi.cc (+7, -1) (Diff)
/intern/opensubdiv/SConscript (+2, -1) (Diff)
/build_files/scons/config/win64-vc-config.py (+2, -2) (Diff)
/build_files/scons/tools/Blender.py (+4, -1) (Diff)
/CMakeLists.txt (+7, -1) (Diff)
/intern/opensubdiv/CMakeLists.txt (+4, -1) (Diff)
/intern/opensubdiv/opensubdiv_capi.cc (+4, -0) (Diff)
/intern/opensubdiv/opensubdiv_gpu_capi.cc (+7, -1) (Diff)
/intern/opensubdiv/SConscript (+2, -1) (Diff)