Blender Git Commit Log
Git Commits -> Revision 4b9457d
Revision 4b9457d by Alexander Kuznetsov (master) December 30, 2011, 22:10 (GMT) |
Patch is partially made by Pelle Johnsen. Thanks! This patch enables search for specific libraries for vc2010 using "set_lib_path" macro If *x* library or path exists in lib/win___/vc2010/*x* , vc2010 will use it. If not, compiler will use standard libraries. It can be easily extended to gcc. The function is enabled for: openCollada openExr Python openImageIO The different libraries are needed for different compilers because C++ was used. There is no standard for lib's C++ structure/functions' names. Actual libs will follow |
Commit Details:
Full Hash: 4b9457dd4ab4e68005c2eaf0e021a75b6a500f89
SVN Revision: 43012
Parent Commit: fe9b909
Lines Changed: +41, -34