Blender Git Commit Log

Git Commits -> Revision 0bd7934

Revision 0bd7934 by Nathan Letwory (master)
October 30, 2008, 23:55 (GMT)
* Minimum SCons version is now 1.0.0
- Code has been changed to reflect this (ie. deprecated functions are not anymore used)
* clean up the C and C++ compiler flags mess.
- in the environment construction of BlenderLib all the compile flag governing options have been split in the *C*, *CC* and *CXX* containing equivalents.
C is for C compiler only flags. CC is for C and C++ compiler flags and CXX is for C++ compiler only flags.
All the platform default config files need to be double checked and fixed wherever it looks necessary. Either DIY, or send me a note with needed changes.
- a start for the BlenderLib parameter list has been made - all the SConscripts need to be checked and modified to hand in flags properly.
* A theeth request: make -jN settable in the config file.
- I give you BF_NUMJOBS, which is set to 1 by default. In your user-config.py, set BF_NUMJOBS=4 to have 4 parallel jobs handled. Yay.

Commit Details:

Full Hash: 0bd7934be731aba65680c7fe59f2d89a06391899
SVN Revision: 17234
Parent Commit: dca18fc
Lines Changed: +111, -87

7 Modified Paths:

/config/win32-vc-config.py (+4, -1) (Diff)
/extern/verse/dist/SConstruct (+4, -4) (Diff)
/SConstruct (+5, -0) (Diff)
/source/blender/makesdna/intern/SConscript (+2, -2) (Diff)
/source/gameengine/Physics/Sumo/SConscript (+1, -2) (Diff)
/tools/Blender.py (+22, -15) (Diff)
/tools/btools.py (+73, -63) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021