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
path: root/config
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
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')
-rw-r--r--config/darwin-config.py5
-rw-r--r--config/linux2-config.py5
-rw-r--r--config/linuxcross-config.py5
-rw-r--r--config/win32-mingw-config.py5
-rw-r--r--config/win32-vc-config.py5
5 files changed, 5 insertions, 20 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 981e67f17f1..7257485d8c7 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -2,10 +2,7 @@ LCGDIR = '#../lib/darwin-6.1-powerpc'
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 = '/System/Library/Frameworks/Python.framework/Versions/'
BF_PYTHON_VERSION = '2.3'
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 592c97466e4..f77ffe47b22 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -2,10 +2,7 @@ LCGDIR = '../lib/linux2'
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 = '/usr'
BF_PYTHON_VERSION = '2.4'
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index ab1a0c9cb21..fba10bbb089 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-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'
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index ec3c3951788..6208c266b5b 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-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'
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'