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:
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 /source/nan_definitions.mk
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 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index a75c913ab93..ac2bf7b6b76 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -34,6 +34,9 @@
sinclude ../user-def.mk
+#game engine temporarily disabled: need to upgrade to Bullet 2.x
+export NAN_NO_KETSJI=true
+
ifndef CONFIG_GUESS
ifeq (debug, $(findstring debug, $(MAKECMDGOALS)))
ifeq (all, $(findstring all, $(MAKECMDGOALS)))