[Bf-blender-cvs] CVS commit: blender SConstruct blender/source SConscript blender/source/blender/src SConscript blender/source/creator SConscript

Michel Selten michel.s at home.nl
Tue Feb 24 21:03:28 CET 2004


michel (Michel Selten) 2004/02/24 21:03:27 CET

  Modified files:
    .                    SConstruct 
    blender/source       SConscript 
    blender/source/blender/src SConscript 
  Added files:
    blender/source/creator SConscript 
  
  Log:
  SCons updates
  * Added the options to build (configurable via config.opts):
    - blender dynamic (default enabled),
    - blender static (default disabled). Not working because of a linking order
      problem. The /usr/lib/libGL.a and /usr/lib/libGLU.a flags need to be
      appended at the end of the link command, not directly after the linker.
      Mailed the SCons mail list for a possible solution.
    - blender player (default disabled). Not implemented yet anyway.
    - blender plugin (default disabled). Not implemented yet anyway.
  * Added the following variables to the config.opts:
    - OPENGL_STATIC. This flag is only needed when building blender static.
    - USE_BUILDINFO (true/false). Display build information in the splash
      screen. When enabled, it will always rebuild source/creator/buildinfo.c,
      so for compilation speed reasons, it is not adviced to enable this all the
      time.
  
  I had to make some adjustments specifically for the windows build
  (winblender.res) file. This file is only compiled when building the dynamic
  blender. I hope this is correct.
  
  Revision  Changes    Path
  1.21      +98 -26    blender/SConstruct
  1.4       +2 -1      blender/source/SConscript
  1.7       +3 -0      blender/source/blender/src/SConscript



More information about the Bf-blender-cvs mailing list