blender/build_files/scons
Nathan Letwory 5c36b75324 Simple argument to be able to explicitely tell the bitness you want to build Blender in.
python scons\scons.py BF_BITNESS=32
python scons\scons.py BF_BITNESS=64

So from now on for Windows you don't have to run a specific win32 or win64 Python version
to get the Blender version you want. If you omit the BF_BITNESS flag the bitness as per
Python version will be used as before.

Note that this is an argument, so works *only* on the command-line, not in your user-config.py
2011-08-02 18:33:39 +00:00
..
config More flexible configuration for 3dmouse library for scons. 2011-08-02 17:59:43 +00:00
tools Simple argument to be able to explicitely tell the bitness you want to build Blender in. 2011-08-02 18:33:39 +00:00