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:
Diffstat (limited to 'config/irix6-config.py')
-rw-r--r--config/irix6-config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/irix6-config.py b/config/irix6-config.py
index b643affb0b3..eb6c46b38de 100644
--- a/config/irix6-config.py
+++ b/config/irix6-config.py
@@ -2,10 +2,6 @@ import os
LCGDIR = os.getcwd()+"/../lib/irix-6.5-mips"
LIBDIR = LCGDIR
-print LCGDIR
-
-WITH_BF_VERSE = 'false'
-BF_VERSE_INCLUDE = "#extern/verse/dist"
BF_PYTHON = LCGDIR+'/python'
BF_PYTHON_VERSION = '2.5'