- 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
This commit is contained in:
@@ -13,7 +13,7 @@ default: importer
|
|||||||
install: importer
|
install: importer
|
||||||
|
|
||||||
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:
|
clean:
|
||||||
rm *.pyo
|
rm *.pyo
|
||||||
|
Reference in New Issue
Block a user