enable game engine and player by default

This commit is contained in:
Campbell Barton 2009-04-30 10:41:39 +00:00
parent a8a0af4f6a
commit b14dc8f3d9

@ -78,7 +78,8 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
WITH_BF_GAMEENGINE=False
WITH_BF_GAMEENGINE = True
WITH_BF_PLAYER = True
WITH_BF_ODE = False
BF_ODE = LIBDIR + '/ode'