From d58a5fa269f282234bc45f37b365dfaf0a94e920 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sun, 27 Jul 2003 17:09:19 +0000 Subject: 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. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3