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:
authorErwin Coumans <blender@erwincoumans.com>2006-11-21 03:14:58 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-11-21 03:14:58 +0300
commit3b91d4e30a4a5d9b0667481fb9a0012f529be1a2 (patch)
tree8995d963028373718aced95bc5a165c0cca2d5f6 /config
parentd58670ddd2e43c9ba6e56c766827165eb3ba08cb (diff)
Step 1 of Bullet 2.x upgrade:
Temporarily disabled game engine for scons and Makefiles (nan_definitions?), this to upgrade to Bullet 2.x scons for Darwin, Linux, BSD3, SunOS5, Win32, and Makefiles should not compile game engine right now. CMake and MSVC needs still disabling of game engine.
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py4
-rw-r--r--config/linux2-config.py2
-rw-r--r--config/openbsd3-config.py2
-rw-r--r--config/sunos5-config.py2
-rw-r--r--config/win32-vc-config.py2
5 files changed, 6 insertions, 6 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 08fdbb41baa..c2b68b12f83 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -65,8 +65,8 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE='true'
-WITH_BF_PLAYER='true'
+WITH_BF_GAMEENGINE='false'
+WITH_BF_PLAYER='false'
WITH_BF_ODE = 'false'
BF_ODE = LIBDIR + '/ode'
diff --git a/config/linux2-config.py b/config/linux2-config.py
index c56a3d1d8f7..4d2b9e9ca3a 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -59,7 +59,7 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE='true'
+WITH_BF_GAMEENGINE='false'
WITH_BF_ODE = 'false'
BF_ODE = LIBDIR + '/ode'
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index 303f79c9bc8..50a77dccc4d 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -60,7 +60,7 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE='true'
+WITH_BF_GAMEENGINE='false'
WITH_BF_ODE = 'false'
BF_ODE = LIBDIR + '/ode'
diff --git a/config/sunos5-config.py b/config/sunos5-config.py
index 71f1e7a1b48..4441d3c9a51 100644
--- a/config/sunos5-config.py
+++ b/config/sunos5-config.py
@@ -62,7 +62,7 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE='true'
+WITH_BF_GAMEENGINE='false'
WITH_BF_ODE = 'false'
BF_ODE = LIBDIR + '/ode'
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index cccd7f24009..63964a3c5ed 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -83,7 +83,7 @@ BF_FTGL = LIBDIR + '/ftgl'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE = 'true'
+WITH_BF_GAMEENGINE = 'false'
WITH_BF_ODE = 'true'
BF_ODE = LIBDIR + '/ode'