blender/source/gameengine/GamePlayer
Sergey Sharybin dfc672f8bb SCons: Fix for really nasty bug with polluting configuration environment
The issue was caused by the following construction:

  def = env['SOMETHING']
  defs.append('SOMETHING_MORE')

Since first assignment was actually referencing environment option it was totally
polluted hawing weird and wonderful side effects on all other areas of Blender.
2015-08-04 18:06:28 +02:00
..
common SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00
ghost SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00
CMakeLists.txt BGE cleanup: Removing the GamePlayer/xembed folder and associated build options. This code was very old and not used. For example web player code, look at Burster. 2013-07-09 01:24:51 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00