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
path: root/intern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-11-12 00:26:19 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-12 00:26:19 +0300
commitf8843ee7e97a1406d0c5945a1250f272f79df085 (patch)
tree47cd055daed6b26bdd718b0468e1c38cfb057c1f /intern
parent9715aa0436ca0b67f8803ba2b16afcf032c79c7a (diff)
- 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
Diffstat (limited to 'intern')
-rw-r--r--intern/python/freeze/Makefile2
1 files changed, 1 insertions, 1 deletions
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