blender/source
Stephen Swaney f747fa3a7f patch from Ralf Hölzemer (cheleb) for
#4499 Fix for build of blenderplayer on windows/mingw/scons

fixes some invalid cflags for gcc on windows/mingw/scons
-if sys.platform=='win32':
+if (sys.platform=='win32') & ( Environment().subst('$CC') != 'gcc'):
     cflags = ['/GR']

Patch looks ok but no mingw evironment here to test.
So mingw/sconsers to your testing stations.
We can always roll back!
2006-06-27 15:54:37 +00:00
..
blender The tab clickable area was a bit off (10px or so when zoomed in) now its a lot better though not 100% perfect abt 2-3px out. 2006-06-27 13:37:16 +00:00
creator Fixes an error that prevents builds on msvc. 2006-04-17 19:20:02 +00:00
darwin Updated Mac OS X icons courtesy of Erik Mendoza, re. this thread on blender.org: 2006-02-13 21:08:43 +00:00
gameengine patch from Ralf Hölzemer (cheleb) for 2006-06-27 15:54:37 +00:00
icons ==SCons== 2006-03-10 22:50:27 +00:00
kernel ==SCons== 2006-02-07 21:24:36 +00:00
Makefile Newer versions of openal require linking against lib alut. 2006-06-23 17:45:50 +00:00
nan_compile.mk Some issues compiling on Irix: 2006-02-22 23:34:12 +00:00
nan_definitions.mk == FFMPEG == 2006-06-26 09:18:30 +00:00
nan_link.mk === MINGW compile === 2006-03-20 17:25:42 +00:00
nan_subdirs.mk
nan_warn.mk
SConscript ==SCons== 2006-03-10 20:47:34 +00:00