[Bf-blender-cvs] CVS commit: blender/source Makefile nan_compile.mk nan_definitions.mk blender/source/blender/src space.c blender/source/gameengine Makefile

Chris Want cwant at ualberta.ca
Sun Mar 21 20:59:51 CET 2004


hos (Chris Want) 2004/03/21 20:59:51 CET

  Modified files:
    blender/source       Makefile nan_compile.mk 
                         nan_definitions.mk 
    blender/source/blender/src space.c 
    blender/source/gameengine Makefile 
  
  Log:
  Added 2 options to the Makefiles (enable in environment, user-def.mk,
  or whatever):
  
  NAN_NO_KETSJI: when set to true, disables compilation of the game engine.
  NAN_JUST_BLENDERDYNAMIC: when set to true, only dynamic executable is
  build (i.e., no plugin, etc).
  
  Note that NAN_NO_KETSJI implies NAN_JUST_BLENDERDYNAMIC.
  
  Revision  Changes    Path
  1.65      +24 -2     blender/source/Makefile
  1.11      +7 -1      blender/source/nan_compile.mk
  1.54      +8 -1      blender/source/nan_definitions.mk
  1.130     +3 -1      blender/source/blender/src/space.c
  1.7       +6 -2      blender/source/gameengine/Makefile



More information about the Bf-blender-cvs mailing list