Blender Git Commit Log

Git Commits -> Revision 70a4ead

Revision 70a4ead by Michel Selten (master)
February 29, 2004, 21:40 (GMT)
SCons updates
* Blender static now links. By default this option is disabled on all
platforms. Simply set the option in config.opts to 'true'.
* Added the following flags to config.opts:
- HOST_CC. This is the C compiler for the host platform. This value is the
same as TARGET_CC when not cross compiling.
- HOST_CXX. This is the C++ compiler for the host platform. This value is
the same as TARGET_CXX when not cross compiling.
- TARGET_CC. This is the C compiler for the target platform.
- TARGET_CXX. This is the C++ compiler for the target platform.
- TARGET_AR. This is the linker command for linking libraries.
- PATH This is the standard search path
All SConscript files have been updated to reflect these changes. Now it's
possible to change only the root SConstruct file, and all compiler specific
variables are passed automatically to all SConscript files. Of course, this
does not apply to makesdna because there the host and target platform is
different from all other libraries.
To pass a variable that applies to all platforms, all we now have to do is
set the correct value in library_env


Note: as usual, to get the latest options in the config.opts file, first
remove your version.

Commit Details:

Full Hash: 70a4ead0ae6f8ffabb1178ec2ed4d1fafa3e232e
SVN Revision: 2105
Parent Commit: 5998c12
Lines Changed: +196, -462

52 Modified Paths:

/intern/bmfont/SConscript (+3, -9) (Diff)
/intern/bsp/SConscript (+3, -9) (Diff)
/intern/container/SConscript (+3, -9) (Diff)
/intern/decimation/SConscript (+3, -9) (Diff)
/intern/ghost/SConscript (+3, -9) (Diff)
/intern/guardedalloc/SConscript (+3, -9) (Diff)
/intern/iksolver/SConscript (+3, -9) (Diff)
/intern/memutil/SConscript (+3, -9) (Diff)
/intern/moto/SConscript (+3, -9) (Diff)
/intern/SoundSystem/SConscript (+2, -10) (Diff)
/intern/string/SConscript (+3, -9) (Diff)
/SConstruct (+39, -6) (Diff)
/source/blender/avi/SConscript (+3, -9) (Diff)
/source/blender/blenkernel/SConscript (+3, -9) (Diff)
/source/blender/blenlib/SConscript (+3, -9) (Diff)
/source/blender/blenloader/SConscript (+3, -9) (Diff)
/source/blender/blenpluginapi/SConscript (+3, -9) (Diff)
/source/blender/deflate/SConscript (+3, -9) (Diff)
/source/blender/ftfont/SConscript (+3, -8) (Diff)
/source/blender/imbuf/SConscript (+3, -9) (Diff)
/source/blender/img/SConscript (+3, -9) (Diff)
/source/blender/inflate/SConscript (+3, -10) (Diff)
/source/blender/makesdna/intern/SConscript (+3, -2) (Diff)
/source/blender/makesdna/SConscript (+3, -9) (Diff)
/source/blender/python/SConscript (+5, -11) (Diff)
/source/blender/quicktime/SConscript (+4, -9) (Diff)
/source/blender/radiosity/SConscript (+3, -9) (Diff)
/source/blender/readblenfile/SConscript (+3, -9) (Diff)
/source/blender/readstreamglue/SConscript (+3, -9) (Diff)
/source/blender/render/SConscript (+3, -9) (Diff)
/source/blender/renderconverter/SConscript (+3, -9) (Diff)
/source/blender/src/SConscript (+3, -9) (Diff)
/source/blender/writeblenfile/SConscript (+3, -9) (Diff)
/source/blender/writestreamglue/SConscript (+3, -9) (Diff)
/source/blender/yafray/SConscript (+3, -9) (Diff)
/source/creator/SConscript (+3, -8) (Diff)
/source/gameengine/BlenderRoutines/SConscript (+3, -9) (Diff)
/source/gameengine/Converter/SConscript (+3, -9) (Diff)
/source/gameengine/Expressions/SConscript (+3, -9) (Diff)
/source/gameengine/GameLogic/SConscript (+3, -9) (Diff)
/source/gameengine/Ketsji/KXNetwork/SConscript (+3, -9) (Diff)
/source/gameengine/Ketsji/SConscript (+3, -9) (Diff)
/source/gameengine/Network/LoopBackNetwork/SConscript (+3, -9) (Diff)
/source/gameengine/Network/SConscript (+3, -9) (Diff)
/source/gameengine/Physics/BlOde/SConscript (+3, -9) (Diff)
/source/gameengine/Physics/common/SConscript (+3, -9) (Diff)
/source/gameengine/Physics/Dummy/SConscript (+3, -9) (Diff)
/source/gameengine/Physics/Sumo/SConscript (+5, -11) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript (+3, -9) (Diff)
/source/gameengine/Rasterizer/SConscript (+3, -9) (Diff)
/source/gameengine/SceneGraph/SConscript (+3, -9) (Diff)
/source/kernel/SConscript (+3, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021