blender/build_files/scons
Brecht Van Lommel 4ff0126e89 C99 is now the C standard for all our C code.
The main new feature is mixed variable declarations and code, which can help
reduce uninitialized variables or accidental variable reuse.

Due to incomplete C99 support in VS 2013, variable length arrays are not
supported, BLI_array_alloca must still be used. The header <tgmath.h> is also
not supported.

Differential Revision: https://developer.blender.org/D1631
2015-11-22 22:31:22 +01:00
..
config C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00
Modules Attempt to fix compilation error on 32bit OSX and SCons 2014-07-10 02:19:41 +06:00
tools Fix T46377: No python executable in 2.76 rc3 distribution for OSX 2015-10-05 15:44:36 +05:00