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
This commit is contained in:
@@ -35,7 +35,7 @@ SOURCEDIR = intern
|
||||
# include nan_subdirs.mk
|
||||
|
||||
ALLDIRS = string ghost guardedalloc bmfont moto container memutil
|
||||
ALLDIRS += decimation iksolver keymaker bsp
|
||||
ALLDIRS += decimation iksolver keymaker bsp python/freeze
|
||||
|
||||
all::
|
||||
@for i in $(ALLDIRS); do \
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user