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-07 03:14:37 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-01-07 03:14:37 +0300
commitbed24bc299616f8ee05762a15d083b56df6b3450 (patch)
tree1f0438f43fa6ad1120dfe3e1b6b21d7762efa2dc /source/nan_definitions.mk
parent524ea29aaa77922ff123b04deaabed19517214e7 (diff)
more work to get armatures/blender materials to work under non-windows platforms
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index ade60584382..93a0557ab78 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -47,6 +47,8 @@ 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/-.*//')