[Bf-blender-cvs] CVS commit: blender SConstruct blender/source/blender/makesdna/intern SConscript

Michel Selten michel.s at home.nl
Sat Feb 7 21:44:44 CET 2004


michel (Michel Selten) 2004/02/07 21:44:43 CET

  Modified files:
    .                    SConstruct 
    blender/source/blender/makesdna/intern SConscript 
  
  Log:
  SCons updates
  * All output is now generated in a seperate directory. By default this is
    ../build/
    Currently all .lib / .a files are still build in lib/
    So, I guess I need to update all SConscript files to build the lib now also
    in the build_dir. TODO
  * User configurable options have been added.
    When running SCons for the first time, a new config.opts file is generated.
    The defaults are taken from each section currently in SConstruct.
    Currently implemented options:
    - VERSION             // Blender version. not used at the moment
    - BUILD_BINARY        // release or debug
    - BUILD_DIR           // target directory to build intermediate files
    - USE_INTERNATIONAL   // true or false
    - BUILD_GAMEENGINE    // true or false
    - USE_PHYSICS         // ode or solid
    - USE_OPENAL          // true or false
    - USE_FMOD            // true or false
    - USE_QUICKTIME       // true or false
  
    Note that all options are strings, so quotes are necessary (')
  
    There's currently some duplicate code in the SConstruct and SConscript
    files, but this currently works and cleanup can be done in small steps
    afterwards.
  
  * Disabled international support on Linux by default for now.
    There is something wrong with this currently. I'll fix it in the near
    future.
  
  Revision  Changes    Path
  1.12      +115 -10   blender/SConstruct
  1.5       +5 -7      blender/source/blender/makesdna/intern/SConscript



More information about the Bf-blender-cvs mailing list