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:
Kent Mein 2002-11-06 21:19:23 +00:00
parent 0252df880c
commit 2c183d2da7
3 changed files with 6 additions and 3 deletions

@ -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

@ -46,8 +46,6 @@ After that cd $NANBLENDERHOME/intern
make
make install
Then cd $NANBLENDERHOME/intern/python/freeze
make
cd $NANBLENDERHOME/source/blender/bpython/frozen
make -f Makefile.freeze