[Bf-blender-cvs] CVS commit: blender SConstruct blender/intern/SoundSystem SConscript blender/intern/bmfont SConscript blender/intern/bsp SConscript blender/intern/container SConscript blender/intern/decimation SConscript blender/intern/ghost ...

Michel Selten michel.s at home.nl
Sun Feb 15 20:25:32 CET 2004


michel (Michel Selten) 2004/02/15 20:25:32 CET

  Modified files:
    .                    SConstruct 
    blender/intern/SoundSystem SConscript 
    blender/intern/bmfont SConscript 
    blender/intern/bsp   SConscript 
    blender/intern/container SConscript 
    blender/intern/decimation SConscript 
    blender/intern/ghost SConscript 
    blender/intern/guardedalloc SConscript 
    blender/intern/iksolver SConscript 
    blender/intern/memutil SConscript 
    blender/intern/moto  SConscript 
    blender/intern/string SConscript 
    blender/source       SConscript 
    blender/source/blender SConscript 
    blender/source/blender/avi SConscript 
    blender/source/blender/blenkernel SConscript 
    blender/source/blender/blenlib SConscript 
    blender/source/blender/blenloader SConscript 
    blender/source/blender/blenpluginapi SConscript 
    blender/source/blender/deflate SConscript 
    blender/source/blender/ftfont SConscript 
    blender/source/blender/imbuf SConscript 
    blender/source/blender/img SConscript 
    blender/source/blender/inflate SConscript 
    blender/source/blender/makesdna SConscript 
    blender/source/blender/makesdna/intern SConscript 
    blender/source/blender/python SConscript 
    blender/source/blender/quicktime SConscript 
    blender/source/blender/radiosity SConscript 
    blender/source/blender/readblenfile SConscript 
    blender/source/blender/readstreamglue SConscript 
    blender/source/blender/render SConscript 
    blender/source/blender/renderconverter SConscript 
    blender/source/blender/src SConscript 
    blender/source/blender/writeblenfile SConscript 
    blender/source/blender/writestreamglue SConscript 
    blender/source/blender/yafray SConscript 
    blender/source/gameengine SConscript 
    blender/source/gameengine/BlenderRoutines SConscript 
    blender/source/gameengine/Converter SConscript 
    blender/source/gameengine/Expressions SConscript 
    blender/source/gameengine/GameLogic SConscript 
    blender/source/gameengine/Ketsji SConscript 
    blender/source/gameengine/Ketsji/KXNetwork SConscript 
    blender/source/gameengine/Network SConscript 
    blender/source/gameengine/Network/LoopBackNetwork SConscript 
    blender/source/gameengine/Physics/BlOde SConscript 
    blender/source/gameengine/Physics/Dummy SConscript 
    blender/source/gameengine/Physics/Sumo SConscript 
    blender/source/gameengine/Physics/common SConscript 
    blender/source/gameengine/Rasterizer SConscript 
    blender/source/gameengine/Rasterizer/RAS_OpenGLRasterizer 
                                                              SConscript 
    blender/source/gameengine/SceneGraph SConscript 
    blender/source/kernel SConscript 
  
  Log:
  SCons updates
  * libraries are now generated in [BUILD_DIR]/lib
  * passed the user_options to all libraries now.
    This means I could remove a couple of Export/Import lines.
  * Changed the order in source/blender/src/SConscript and
    source/gameengine/SConscript.
    All libraries are now sorted alphabetically. This has no impact on the build
    process.
  
  Revision  Changes    Path
  1.13      +10 -49    blender/SConstruct
  1.3       +5 -7      blender/intern/SoundSystem/SConscript
  1.2       +2 -1      blender/intern/bmfont/SConscript
  1.2       +2 -1      blender/intern/bsp/SConscript
  1.2       +2 -1      blender/intern/container/SConscript
  1.2       +2 -1      blender/intern/decimation/SConscript
  1.2       +3 -3      blender/intern/ghost/SConscript
  1.2       +2 -1      blender/intern/guardedalloc/SConscript
  1.2       +2 -1      blender/intern/iksolver/SConscript
  1.2       +2 -1      blender/intern/memutil/SConscript
  1.2       +2 -1      blender/intern/moto/SConscript
  1.2       +2 -1      blender/intern/string/SConscript
  1.3       +2 -2      blender/source/SConscript
  1.3       +17 -18    blender/source/blender/SConscript
  1.2       +2 -1      blender/source/blender/avi/SConscript
  1.2       +2 -1      blender/source/blender/blenkernel/SConscript
  1.2       +2 -1      blender/source/blender/blenlib/SConscript
  1.2       +2 -1      blender/source/blender/blenloader/SConscript
  1.2       +2 -1      blender/source/blender/blenpluginapi/SConscript
  1.2       +2 -1      blender/source/blender/deflate/SConscript
  1.3       +2 -1      blender/source/blender/ftfont/SConscript
  1.3       +2 -1      blender/source/blender/imbuf/SConscript
  1.2       +2 -1      blender/source/blender/img/SConscript
  1.2       +2 -1      blender/source/blender/inflate/SConscript
  1.2       +2 -1      blender/source/blender/makesdna/SConscript
  1.6       +5 -5      blender/source/blender/makesdna/intern/SConscript
  1.3       +2 -1      blender/source/blender/python/SConscript
  1.2       +2 -1      blender/source/blender/quicktime/SConscript
  1.2       +2 -1      blender/source/blender/radiosity/SConscript
  1.2       +2 -1      blender/source/blender/readblenfile/SConscript
  1.2       +2 -1      blender/source/blender/readstreamglue/SConscript
  1.3       +2 -1      blender/source/blender/render/SConscript
  1.2       +2 -1      blender/source/blender/renderconverter/SConscript
  1.4       +3 -3      blender/source/blender/src/SConscript
  1.2       +2 -1      blender/source/blender/writeblenfile/SConscript
  1.2       +2 -1      blender/source/blender/writestreamglue/SConscript
  1.3       +2 -1      blender/source/blender/yafray/SConscript
  1.2       +8 -9      blender/source/gameengine/SConscript
  1.2       +4 -2      blender/source/gameengine/BlenderRoutines/SConscript
  1.2       +2 -1      blender/source/gameengine/Converter/SConscript
  1.2       +2 -1      blender/source/gameengine/Expressions/SConscript
  1.2       +2 -1      blender/source/gameengine/GameLogic/SConscript
  1.2       +4 -5      blender/source/gameengine/Ketsji/SConscript
  1.2       +2 -1      blender/source/gameengine/Ketsji/KXNetwork/SConscript
  1.2       +2 -1      blender/source/gameengine/Network/SConscript
  1.2       +2 -1      blender/source/gameengine/Network/LoopBackNetwork/SConscript
  1.2       +2 -1      blender/source/gameengine/Physics/BlOde/SConscript
  1.2       +2 -1      blender/source/gameengine/Physics/Dummy/SConscript
  1.2       +2 -1      blender/source/gameengine/Physics/Sumo/SConscript
  1.2       +2 -1      blender/source/gameengine/Physics/common/SConscript
  1.2       +2 -1      blender/source/gameengine/Rasterizer/SConscript
  1.2       +2 -1      blender/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript
  1.2       +2 -1      blender/source/gameengine/SceneGraph/SConscript
  1.2       +2 -1      blender/source/kernel/SConscript



More information about the Bf-blender-cvs mailing list