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-01-06 12:02:53 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-01-06 12:02:53 +0300
commit0002cd63a5fb4dd6b5c8e3dfcbe95bf03c7cd23c (patch)
treebfe8285d1a1ede55b1ce1511136ca72cbb6e0be7 /source/nan_definitions.mk
parent32a64604bc31f3379b440abd694d9fcd18ede7f4 (diff)
disable game engine and gameplayer for all platforms except windows.
Then after cvs is unfrozen, development can continue.
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index ab48ec348a7..ade60584382 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -46,7 +46,7 @@ all debug::
# First generic defaults for all platforms which should be constant.
# Note: ?= lets these defaults be overruled by environment variables,
-
+ export NAN_NO_KETSJI=true
export SRCHOME ?= $(NANBLENDERHOME)/source
export CONFIG_GUESS := $(shell ${SRCHOME}/tools/guess/guessconfig)
export OS := $(shell echo ${CONFIG_GUESS} | sed -e 's/-.*//')
@@ -413,6 +413,7 @@ endif
ifeq ($(OS),windows)
export ID = $(LOGNAME)
+ export NAN_NO_KETSJI=false
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_ICONV ?= $(LCGDIR)/iconv
export NAN_PYTHON_VERSION ?= 2.4