Added preliminary support for GamePlayer building with SCons. GPG_ghost and GPC_common are now being built. These will be built by setting BUILD_BLENDER_PLAYER to true in config.opts. BUILD_GAMEENGINE must be set to true, too.

This commit is contained in:
Nathan Letwory
2004-04-08 10:40:12 +00:00
parent 9cabf31ebc
commit fc080d30d6
5 changed files with 151 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
SConscript(['common/SConscript',
'ghost/SConscript'])