From f8843ee7e97a1406d0c5945a1250f272f79df085 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 11 Nov 2002 21:26:19 +0000 Subject: [PATCH] - python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py + python $(PYFLAGS) freeze.py -d -x os -x pprint -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py Freeze the Blender module (I got this from some other people on #blendersauce and truthfully I have no idea if this is correct or not so if someone else could look at it that would be great) Kent -- mein@cs.umn.edu --- intern/python/freeze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/python/freeze/Makefile b/intern/python/freeze/Makefile index e0cd3a81627..cb364b0cdeb 100644 --- a/intern/python/freeze/Makefile +++ b/intern/python/freeze/Makefile @@ -13,7 +13,7 @@ default: importer install: importer importer: - python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py + python $(PYFLAGS) freeze.py -d -x os -x pprint -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py clean: rm *.pyo