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:
authorChris Want <cwant@ualberta.ca>2003-05-29 20:29:57 +0400
committerChris Want <cwant@ualberta.ca>2003-05-29 20:29:57 +0400
commit76dc07b9f63de8954791b240a8251c14adfca311 (patch)
treec4407d94945983c12fd5210856f97072addd46e6 /Makefile
parent9bca4abd025307ee7264fb92d7715155d6ee6cea (diff)
Support for the experimental python stuff in the traditional
Makefiles (set EXPYTHON=true in user-def.mk).
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