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-12 03:57:28 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-01-12 03:57:28 +0300
commit0132ac9b8b57f3c97a30e9b452beb97944c3ce7b (patch)
tree0987ede790f8d24f3548bd520c799975714b0f68 /source/nan_definitions.mk
parent81f42b491a0f962afc62ab0b41ef549269668f32 (diff)
re-enable game engine by default, for 2.41 preparation
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 8a3f5418657..1fa61ba718e 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -46,9 +46,6 @@ 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 NAN_JUST_BLENDERDYNAMIC=true
- export NAN_NO_OPENAL=true
export SRCHOME ?= $(NANBLENDERHOME)/source
export CONFIG_GUESS := $(shell ${SRCHOME}/tools/guess/guessconfig)
export OS := $(shell echo ${CONFIG_GUESS} | sed -e 's/-.*//')
@@ -202,8 +199,6 @@ endif
export NAN_PYTHON ?= /usr/local
export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
- export NAN_NO_KETSJI=false
- export NAN_NO_OPENAL=false
export NAN_OPENAL ?= /usr/local
export NAN_FMOD ?= $(LCGDIR)/fmod
export NAN_JPEG ?= /usr/local
@@ -417,7 +412,6 @@ 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