Blender Git Loki
Git Commits -> Revision 9330e55
Revision 9330e55 by Michel Selten (master) February 15, 2004, 19:25 (GMT) |
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. |
Commit Details:
Full Hash: 9330e553e88fe77b3a08cfac3a13046031b58e56
SVN Revision: 2074
Parent Commit: 2fbf2b3
Lines Changed: +149, -147
54 Modified Paths:
/intern/bmfont/SConscript (+2, -1) (Diff)
/intern/bsp/SConscript (+2, -1) (Diff)
/intern/container/SConscript (+2, -1) (Diff)
/intern/decimation/SConscript (+2, -1) (Diff)
/intern/ghost/SConscript (+3, -3) (Diff)
/intern/guardedalloc/SConscript (+2, -1) (Diff)
/intern/iksolver/SConscript (+2, -1) (Diff)
/intern/memutil/SConscript (+2, -1) (Diff)
/intern/moto/SConscript (+2, -1) (Diff)
/intern/SoundSystem/SConscript (+5, -7) (Diff)
/intern/string/SConscript (+2, -1) (Diff)
/SConstruct (+10, -49) (Diff)
/source/blender/avi/SConscript (+2, -1) (Diff)
/source/blender/blenkernel/SConscript (+2, -1) (Diff)
/source/blender/blenlib/SConscript (+2, -1) (Diff)
/source/blender/blenloader/SConscript (+2, -1) (Diff)
/source/blender/blenpluginapi/SConscript (+2, -1) (Diff)
/source/blender/deflate/SConscript (+2, -1) (Diff)
/source/blender/ftfont/SConscript (+2, -1) (Diff)
/source/blender/imbuf/SConscript (+2, -1) (Diff)
/source/blender/img/SConscript (+2, -1) (Diff)
/source/blender/inflate/SConscript (+2, -1) (Diff)
/source/blender/makesdna/intern/SConscript (+5, -5) (Diff)
/source/blender/makesdna/SConscript (+2, -1) (Diff)
/source/blender/python/SConscript (+2, -1) (Diff)
/source/blender/quicktime/SConscript (+2, -1) (Diff)
/source/blender/radiosity/SConscript (+2, -1) (Diff)
/source/blender/readblenfile/SConscript (+2, -1) (Diff)
/source/blender/readstreamglue/SConscript (+2, -1) (Diff)
/source/blender/render/SConscript (+2, -1) (Diff)
/source/blender/renderconverter/SConscript (+2, -1) (Diff)
/source/blender/SConscript (+17, -18) (Diff)
/source/blender/src/SConscript (+3, -3) (Diff)
/source/blender/writeblenfile/SConscript (+2, -1) (Diff)
/source/blender/writestreamglue/SConscript (+2, -1) (Diff)
/source/blender/yafray/SConscript (+2, -1) (Diff)
/source/gameengine/BlenderRoutines/SConscript (+4, -2) (Diff)
/source/gameengine/Converter/SConscript (+2, -1) (Diff)
/source/gameengine/Expressions/SConscript (+2, -1) (Diff)
/source/gameengine/GameLogic/SConscript (+2, -1) (Diff)
/source/gameengine/Ketsji/KXNetwork/SConscript (+2, -1) (Diff)
/source/gameengine/Ketsji/SConscript (+4, -5) (Diff)
/source/gameengine/Network/LoopBackNetwork/SConscript (+2, -1) (Diff)
/source/gameengine/Network/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/BlOde/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/common/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/Dummy/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/Sumo/SConscript (+2, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript (+2, -1) (Diff)
/source/gameengine/Rasterizer/SConscript (+2, -1) (Diff)
/source/gameengine/SceneGraph/SConscript (+2, -1) (Diff)
/source/gameengine/SConscript (+8, -9) (Diff)
/source/kernel/SConscript (+2, -1) (Diff)
/source/SConscript (+2, -2) (Diff)
/intern/bsp/SConscript (+2, -1) (Diff)
/intern/container/SConscript (+2, -1) (Diff)
/intern/decimation/SConscript (+2, -1) (Diff)
/intern/ghost/SConscript (+3, -3) (Diff)
/intern/guardedalloc/SConscript (+2, -1) (Diff)
/intern/iksolver/SConscript (+2, -1) (Diff)
/intern/memutil/SConscript (+2, -1) (Diff)
/intern/moto/SConscript (+2, -1) (Diff)
/intern/SoundSystem/SConscript (+5, -7) (Diff)
/intern/string/SConscript (+2, -1) (Diff)
/SConstruct (+10, -49) (Diff)
/source/blender/avi/SConscript (+2, -1) (Diff)
/source/blender/blenkernel/SConscript (+2, -1) (Diff)
/source/blender/blenlib/SConscript (+2, -1) (Diff)
/source/blender/blenloader/SConscript (+2, -1) (Diff)
/source/blender/blenpluginapi/SConscript (+2, -1) (Diff)
/source/blender/deflate/SConscript (+2, -1) (Diff)
/source/blender/ftfont/SConscript (+2, -1) (Diff)
/source/blender/imbuf/SConscript (+2, -1) (Diff)
/source/blender/img/SConscript (+2, -1) (Diff)
/source/blender/inflate/SConscript (+2, -1) (Diff)
/source/blender/makesdna/intern/SConscript (+5, -5) (Diff)
/source/blender/makesdna/SConscript (+2, -1) (Diff)
/source/blender/python/SConscript (+2, -1) (Diff)
/source/blender/quicktime/SConscript (+2, -1) (Diff)
/source/blender/radiosity/SConscript (+2, -1) (Diff)
/source/blender/readblenfile/SConscript (+2, -1) (Diff)
/source/blender/readstreamglue/SConscript (+2, -1) (Diff)
/source/blender/render/SConscript (+2, -1) (Diff)
/source/blender/renderconverter/SConscript (+2, -1) (Diff)
/source/blender/SConscript (+17, -18) (Diff)
/source/blender/src/SConscript (+3, -3) (Diff)
/source/blender/writeblenfile/SConscript (+2, -1) (Diff)
/source/blender/writestreamglue/SConscript (+2, -1) (Diff)
/source/blender/yafray/SConscript (+2, -1) (Diff)
/source/gameengine/BlenderRoutines/SConscript (+4, -2) (Diff)
/source/gameengine/Converter/SConscript (+2, -1) (Diff)
/source/gameengine/Expressions/SConscript (+2, -1) (Diff)
/source/gameengine/GameLogic/SConscript (+2, -1) (Diff)
/source/gameengine/Ketsji/KXNetwork/SConscript (+2, -1) (Diff)
/source/gameengine/Ketsji/SConscript (+4, -5) (Diff)
/source/gameengine/Network/LoopBackNetwork/SConscript (+2, -1) (Diff)
/source/gameengine/Network/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/BlOde/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/common/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/Dummy/SConscript (+2, -1) (Diff)
/source/gameengine/Physics/Sumo/SConscript (+2, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript (+2, -1) (Diff)
/source/gameengine/Rasterizer/SConscript (+2, -1) (Diff)
/source/gameengine/SceneGraph/SConscript (+2, -1) (Diff)
/source/gameengine/SConscript (+8, -9) (Diff)
/source/kernel/SConscript (+2, -1) (Diff)
/source/SConscript (+2, -2) (Diff)