Blender Git Loki
Git Commits -> Revision d3e1fc8
Revision d3e1fc8 by Michel Selten (master) January 4, 2004, 21:11 (GMT) |
SCons build system files added. You'll need SCons (www.scons.org) to build. Platforms currently working: * Linux (me) - options for quicktime, openal and international disabled - uses the system libs and include files for building - no option to build with the precompiled libraries yet. * Windows (jesterKing) - builds with quicktime (optional) - builds with openal (optional) - builds with international support (optional) - Use the DOS box to build - builds with precompiled libraries * Irix (Hos) - Uses default Irix compiler - Not all optimization levels correct yet - options for quicktime, openal and international disabled - builds with precompiled libraries * Cygwin (me) - has a problem in the linking stage - uses free build tools (gcc) - options for quicktime, openal and international disabled - uses the system libs and include files for building - no option to build with the precompiled libraries yet. * MacOS (sgefant) - builds with quicktime (optional) - options for openal and international disabled - builds a nice bundle - builds with precompiled libraries Thanks to IanWill for a bugfix in the Linux build. Note: This is a work in progress. A lot still has to be done - for example the optional parts are only to be enabled by directly setting 'true' or 'false' in the SConstruct file. This needs to be moved to a user config file. Also, the .o/.obj files are stored in the source tree. This needs to be fixed as well. The game engine is not yet built. |
Commit Details:
Full Hash: d3e1fc887026d21df8a2791bc8ee3a929962a8a8
SVN Revision: 1819
Parent Commit: 2572db0
Lines Changed: +1423, -0
36 Added Paths:
/intern/bmfont/SConscript (+26, -0) (View)
/intern/bsp/SConscript (+29, -0) (View)
/intern/container/SConscript (+15, -0) (View)
/intern/decimation/SConscript (+26, -0) (View)
/intern/ghost/SConscript (+45, -0) (View)
/intern/guardedalloc/SConscript (+15, -0) (View)
/intern/iksolver/SConscript (+21, -0) (View)
/intern/memutil/SConscript (+15, -0) (View)
/intern/moto/SConscript (+25, -0) (View)
/intern/SConscript (+11, -0) (View)
/intern/SoundSystem/SConscript (+52, -0) (View)
/intern/string/SConscript (+15, -0) (View)
/SConstruct (+338, -0)
/source/blender/avi/SConscript (+24, -0) (View)
/source/blender/blenkernel/SConscript (+60, -0) (View)
/source/blender/blenlib/SConscript (+41, -0) (View)
/source/blender/blenloader/SConscript (+29, -0) (View)
/source/blender/blenpluginapi/SConscript (+20, -0) (View)
/source/blender/deflate/SConscript (+21, -0) (View)
/source/blender/imbuf/SConscript (+49, -0) (View)
/source/blender/img/SConscript (+19, -0) (View)
/source/blender/inflate/SConscript (+20, -0) (View)
/source/blender/makesdna/intern/SConscript (+47, -0) (View)
/source/blender/makesdna/SConscript (+18, -0) (View)
/source/blender/python/SConscript (+62, -0) (View)
/source/blender/radiosity/SConscript (+27, -0) (View)
/source/blender/readblenfile/SConscript (+19, -0) (View)
/source/blender/readstreamglue/SConscript (+21, -0) (View)
/source/blender/render/SConscript (+45, -0) (View)
/source/blender/renderconverter/SConscript (+22, -0) (View)
/source/blender/SConscript (+28, -0) (View)
/source/blender/src/SConscript (+148, -0) (View)
/source/blender/writeblenfile/SConscript (+22, -0) (View)
/source/blender/writestreamglue/SConscript (+24, -0) (View)
/source/kernel/SConscript (+22, -0) (View)
/source/SConscript (+2, -0) (View)
/intern/bsp/SConscript (+29, -0) (View)
/intern/container/SConscript (+15, -0) (View)
/intern/decimation/SConscript (+26, -0) (View)
/intern/ghost/SConscript (+45, -0) (View)
/intern/guardedalloc/SConscript (+15, -0) (View)
/intern/iksolver/SConscript (+21, -0) (View)
/intern/memutil/SConscript (+15, -0) (View)
/intern/moto/SConscript (+25, -0) (View)
/intern/SConscript (+11, -0) (View)
/intern/SoundSystem/SConscript (+52, -0) (View)
/intern/string/SConscript (+15, -0) (View)
/SConstruct (+338, -0)
/source/blender/avi/SConscript (+24, -0) (View)
/source/blender/blenkernel/SConscript (+60, -0) (View)
/source/blender/blenlib/SConscript (+41, -0) (View)
/source/blender/blenloader/SConscript (+29, -0) (View)
/source/blender/blenpluginapi/SConscript (+20, -0) (View)
/source/blender/deflate/SConscript (+21, -0) (View)
/source/blender/imbuf/SConscript (+49, -0) (View)
/source/blender/img/SConscript (+19, -0) (View)
/source/blender/inflate/SConscript (+20, -0) (View)
/source/blender/makesdna/intern/SConscript (+47, -0) (View)
/source/blender/makesdna/SConscript (+18, -0) (View)
/source/blender/python/SConscript (+62, -0) (View)
/source/blender/radiosity/SConscript (+27, -0) (View)
/source/blender/readblenfile/SConscript (+19, -0) (View)
/source/blender/readstreamglue/SConscript (+21, -0) (View)
/source/blender/render/SConscript (+45, -0) (View)
/source/blender/renderconverter/SConscript (+22, -0) (View)
/source/blender/SConscript (+28, -0) (View)
/source/blender/src/SConscript (+148, -0) (View)
/source/blender/writeblenfile/SConscript (+22, -0) (View)
/source/blender/writestreamglue/SConscript (+24, -0) (View)
/source/kernel/SConscript (+22, -0) (View)
/source/SConscript (+2, -0) (View)