blender/build_files
Campbell Barton 83a2f02a78 cleanup endian handling
- define __BIG_ENDIAN__ or __LITTLE_ENDIAN__ with cmake & scons.
- ENDIAN_ORDER is now a define rather than a global short.
- replace checks like this with single ifdef: #if defined(__sgi) || defined (__sparc) || defined (__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__hppa__) || defined (__BIG_ENDIAN__)
- remove BKE_endian.h which isn't used
2011-09-19 08:02:17 +00:00
..
buildbot Enable FFTW3 library for buildslaves 2011-09-13 16:52:42 +00:00
cmake SVN maintenance. 2011-09-16 17:18:12 +00:00
package_spec part of a patch from Dan Eicher for cmake packaging. 2011-08-24 18:23:21 +00:00
scons cleanup endian handling 2011-09-19 08:02:17 +00:00