Blender Git Loki

Git Commits -> Revision f747fa3

Revision f747fa3 by Stephen Swaney (master)
June 27, 2006, 15:54 (GMT)
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!

Commit Details:

Full Hash: f747fa3a7f22104a26c49c8ad65f71638b89188d
SVN Revision: 7950
Parent Commit: 31416d8
Lines Changed: +2, -2

2 Modified Paths:

/source/gameengine/GamePlayer/common/SConscript (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/SConscript (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021