projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* remove the .Append(LIBS = ['libverse']), since it confused the build system.
[blender.git]
/
config
/
linuxcross-config.py
diff --git
a/config/linuxcross-config.py
b/config/linuxcross-config.py
index ab1a0c9cb216b5e871ee423f71285b9db9bc8db2..fba10bbb089767c9127757569f8f0aa13fc18782 100644
(file)
--- a/
config/linuxcross-config.py
+++ b/
config/linuxcross-config.py
@@
-2,10
+2,7
@@
LCGDIR = '../lib/windows'
LIBDIR = '${LCGDIR}'
WITH_BF_VERSE = 'false'
LIBDIR = '${LCGDIR}'
WITH_BF_VERSE = 'false'
-BF_VERSE = "#extern/verse/dist"
-BF_VERSE_LIBPATH = "${BF_BUILDDIR}/extern/verse/dist"
-BF_VERSE_INCLUDE = BF_VERSE
-BF_VERSE_LIBS = "libverse"
+BF_VERSE_INCLUDE = "#extern/verse/dist"
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_VERSION = '2.4'
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_VERSION = '2.4'