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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abb98597341..1bbb436678a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,13 @@
# vars they can put it in the file user-def.mk which
# will get included if it exists (please do not commit
# user-def.mk to cvs).
+
sinclude user-def.mk
+# To try the experimental new python stuff, uncomment the
+# following line, or put it uncommented in user-def.mk:
+# export EXPYTHON=true
+
export NANBLENDERHOME=$(shell pwd)
MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory