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-10-11 11:28:37 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-10-11 11:28:37 +0400
commit1266234202a00b85dbb50fa86e1cf67509d19205 (patch)
treec5207f286b58dd350aede8dc83e890b3fda92949 /config/win32-vc-config.py
parent892607e25012689ce34941a40be23bcb4919b578 (diff)
* remove the .Append(LIBS = ['libverse']), since it confused the build system.
* removed unused options BF_VERSE_LIBPATH, BF_VERSE, BF_VERSE_LIBS, since they are not used at all. * some whitespace mods There should be no more issues with "libverse.lib" not being found (or anything like that).
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 4493e91ec8a..b3edcab7e2b 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -2,10 +2,7 @@ LCGDIR = '#../lib/windows'
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'