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
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-11-07 00:19:23 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-07 00:19:23 +0300
commit2c183d2da728d941418e253d900d826b1592b0ce (patch)
treed4c2c387c7ae4331b99e397aab5c68e8e5fb739f /intern/python
parent0252df880c50bd570b9b006a48975473ea48535b (diff)
Updated it so intern/python/freeze is combined into intern's Makefile
also updated the readme so its not an extra step anymore. Kent -- mein@cs.umn.edu
Diffstat (limited to 'intern/python')
-rw-r--r--intern/python/freeze/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/python/freeze/Makefile b/intern/python/freeze/Makefile
index 3c344029b3e..e0cd3a81627 100644
--- a/intern/python/freeze/Makefile
+++ b/intern/python/freeze/Makefile
@@ -10,5 +10,10 @@ PYFLAGS = -S -O
default: importer
+install: importer
+
importer:
python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
+
+clean:
+ rm *.pyo