blender/config
Nathan Letwory cb2f833aa5 * Made options evaluate differently, so setting one option properly
propagates to related options:

  In (platform)-config.py
    BF_PYTHON_VERSION = '2.4'
    BF_PYTHON_INC = '/usr/include/python${BF_PYTHON_VERSION}'

  In user-config.py
    BF_PYTHON_VERSION = '2.3'

  This will now have BF_PYTHON_INC evaluate actually to
  '/usr/include/python2.3' and not to '/usr/include/python2.4' as with
  the old way. Reported by Chris Want.

  Todo: also use in other platform configurations.
2006-02-05 00:03:51 +00:00
..
darwin-config.py more sensible defaults for new scons on Os X : 2006-02-04 22:16:01 +00:00
linux2-config.py * Made options evaluate differently, so setting one option properly 2006-02-05 00:03:51 +00:00
linuxcross-config.py == SCons == 2006-02-04 14:15:10 +00:00
win32-mingw-config.py == SCons == 2006-02-04 14:15:10 +00:00
win32-vc-config.py ==SCons== 2006-02-04 15:44:34 +00:00