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-09-05 12:36:42 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-09-05 12:36:42 +0400
commit278b242638a235c2b9a74372a01884f5470bb330 (patch)
tree88642cea9feeb5f87013afd03153fb3b329e7276 /config
parentf17e9a6cb9db2324661b76b747a27cb9d767d7f4 (diff)
* add missing WITH_BF_VERSE to config files for completeness. Reported by Emanuel Greisen.
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py1
-rw-r--r--config/linux2-config.py1
-rw-r--r--config/linuxcross-config.py1
-rw-r--r--config/win32-mingw-config.py1
-rw-r--r--config/win32-vc-config.py1
5 files changed, 5 insertions, 0 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index d0f89376270..981e67f17f1 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -1,6 +1,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
diff --git a/config/linux2-config.py b/config/linux2-config.py
index c475b221e5b..592c97466e4 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -1,6 +1,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
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 67cdd3e51f1..ab1a0c9cb21 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -1,6 +1,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
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 78c48ef95e1..ec3c3951788 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -1,6 +1,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
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index ea9ac55681a..4493e91ec8a 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -1,6 +1,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