blender/build_files
Sergey Sharybin 7a85ad51bf Compilation error when using mingw+scons
Error was caused by boost library (which doesn't seem to be working with Cycles too
when compiling with mingw). Switched mingw to use TR1 unordered collections. Also,
there was re-declaration of strcasecmp when mingw is used.

Additional changes are related on using own process spawning when BF_TOOLSET is set to
mingw. Seems to be working fine now (i've got too long command line error) and no
warning are supressing now (as it was told in comment for commented own process spawning).
2012-01-17 10:32:17 +00:00
..
buildbot Buildbot tweaks: 2011-12-13 09:54:48 +00:00
cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00
package_spec modify pacman file not to compile templates & presets. 2011-10-04 23:00:38 +00:00
scons Compilation error when using mingw+scons 2012-01-17 10:32:17 +00:00