Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-05 03:47:34 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 03:47:34 +0300
commitea539ab643de740d6356240872b96f667af021fb (patch)
tree1ecb4eff6ec911d11631bf634f0b1e02de059454 /config/linux2-config.py
parenta0db61bca76f0792e97b0b45caa1d5865c3bde63 (diff)
* Use better option propagation everywhere
lukep, I didn't touch darwin-config.py yet, because you're still working on it. But if you could see and make similar changes as I did to the rest.
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 9763573e7ad..ec4b283c4d3 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -1,8 +1,8 @@
LCGDIR = '../lib/linux2'
BF_PYTHON = '/usr'
BF_PYTHON_VERSION = '2.4'
-BF_PYTHON_INC = BF_PYTHON + '/include/python${BF_PYTHON_VERSION}'
-BF_PYTHON_BINARY = BF_PYTHON+'/bin/python${BF_PYTHON_VERSION}'
+BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
+BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'
BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a'
WITH_BF_OPENAL = 'true'
@@ -40,7 +40,7 @@ BF_TIFF_LIB = 'tiff'
WITH_BF_ZLIB = 'true'
BF_ZLIB = '/usr'
-BF_ZLIB_INC = BF_ZLIB + '/include'
+BF_ZLIB_INC = '${BF_ZLIB}/include'
BF_ZLIB_LIB = 'z'
WITH_BF_GETTEXT = 'true'
@@ -67,7 +67,7 @@ BF_BULLET_INC = '${BF_BULLET}/LinearMath ${BF_BULLET}/BulletDynamics ${BF_BULLET
BF_BULLET_LIB = 'extern_bullet'
BF_SOLID = '#extern/solid'
-BF_SOLID_INC = BF_SOLID
+BF_SOLID_INC = '${BF_SOLID}'
BF_SOLID_LIB = 'extern_solid'
#WITH_BF_NSPR = 'true'