Blender Git Commit Log

Git Commits -> Revision 95dc219

Revision 95dc219 by Michel Selten (master)
February 7, 2004, 20:44 (GMT)
SCons updates
* All output is now generated in a seperate directory. By default this is
../build/
Currently all .lib / .a files are still build in lib/
So, I guess I need to update all SConscript files to build the lib now also
in the build_dir. TODO
* User configurable options have been added.
When running SCons for the first time, a new config.opts file is generated.
The defaults are taken from each section currently in SConstruct.
Currently implemented options:
- VERSION // Blender version. not used at the moment
- BUILD_BINARY // release or debug
- BUILD_DIR // target directory to build intermediate files
- USE_INTERNATIONAL // true or false
- BUILD_GAMEENGINE // true or false
- USE_PHYSICS // ode or solid
- USE_OPENAL // true or false
- USE_FMOD // true or false
- USE_QUICKTIME // true or false

Note that all options are strings, so quotes are necessary (')

There's currently some duplicate code in the SConstruct and SConscript
files, but this currently works and cleanup can be done in small steps
afterwards.

* Disabled international support on Linux by default for now.
There is something wrong with this currently. I'll fix it in the near
future.

Commit Details:

Full Hash: 95dc219ff84adf8c1894cdf975eccf8704127796
SVN Revision: 2067
Parent Commit: b381169
Lines Changed: +120, -17

2 Modified Paths:

/SConstruct (+115, -10) (Diff)
/source/blender/makesdna/intern/SConscript (+5, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021