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-07-27 21:09:19 +0400
committerChris Want <cwant@ualberta.ca>2003-07-27 21:09:19 +0400
commitd58a5fa269f282234bc45f37b365dfaf0a94e920 (patch)
tree4a1601420c0b2b698765f17eba30e7144451952e /Makefile
parent916f527253e737b5bd31a0358828b719d251653d (diff)
Added the variable NAN_NO_OPENAL to force building without
openal. Set NAN_NO_OPENAL to true for this behavior. Also removed a comment about EXPYTHON, which is obsolete.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1bbb436678a..5934b05487f 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,9 @@
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
+# To build without openAL, uncomment the following line, or set it as
+# an environment variable, or put it uncommented in user-def.mk:
+# export NAN_NO_OPENAL=true
export NANBLENDERHOME=$(shell pwd)
MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory