I made a little readme to get people started and modified the

nan_definitions.mk to setup NANBLENDERHOME and everything is under that
directory.
also add empty dirs for lib and obj.
Try it out and feel free to make improvements.

mein@cs.umn.edu
This commit is contained in:
2002-10-31 19:32:01 +00:00
parent 0bca792880
commit 703661876e
2 changed files with 20 additions and 3 deletions

View File

@@ -41,9 +41,9 @@ all debug::
$(error $(ERRTXT))
endif
endif
export SRCHOME ?= $(HOME)/develop/source
export NAN_LIBDIR ?= $(HOME)/develop/lib
export NAN_OBJDIR ?= $(HOME)/obj
export SRCHOME ?= $(NANBLENDERHOME)/source
export NAN_LIBDIR ?= $(NANBLENDERHOME)/lib
export NAN_OBJDIR ?= $(NANBLENDERHOME)/obj
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 2.0
export NAN_OPENAL ?= $(LCGDIR)/openal