Modified it to use $(NAN_PYTHON_BINARY) instead of just plain old

python.  (otherwise why have the env var?) ;)

Kent
This commit is contained in:
2003-03-21 21:50:47 +00:00
parent b139f813b8
commit dc91e98159

View File

@@ -8,7 +8,7 @@ SRCDIR = ../modules
TARGETDIR = $(OCGDIR)/blender/bpython/frozen TARGETDIR = $(OCGDIR)/blender/bpython/frozen
PYFLAGS = -S -O PYFLAGS=-S -O
default: importer default: importer
@@ -19,7 +19,7 @@ install: importer
importer: importer:
@[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR) @[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR)
python $(PYFLAGS) freeze.py -d -x os -x pprint -x string -x copy -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py $(NAN_PYTHON_BINARY) $(PYFLAGS) freeze.py -d -x os -x pprint -x string -x copy -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
$(MAKE) -C $(TARGETDIR) $(MAKE) -C $(TARGETDIR)
clean: clean: