blender/intern/python
Kent Mein e46a6d2611 I autmated the rest of building libfrozen.a
I also moved it so that it gets put in:
 $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a

and removed the stuff from the readme on how to do it by hand.

(I made one other small change and that was to comment
out the ssr target on solaris and freebsd in source/Makefile
I forgot to commit it yesterday)

Kent
--
mein@cs.umn.edu
2002-11-07 17:47:15 +00:00
..
blendermodule Initial revision 2002-10-12 11:37:38 +00:00
freeze I autmated the rest of building libfrozen.a 2002-11-07 17:47:15 +00:00
modules Initial revision 2002-10-12 11:37:38 +00:00
objexport Initial revision 2002-10-12 11:37:38 +00:00
testmodule Initial revision 2002-10-12 11:37:38 +00:00
Blender.py Initial revision 2002-10-12 11:37:38 +00:00
ivexport.py Initial revision 2002-10-12 11:37:38 +00:00
py_main.c Initial revision 2002-10-12 11:37:38 +00:00
README Initial revision 2002-10-12 11:37:38 +00:00
ribexport.py Initial revision 2002-10-12 11:37:38 +00:00

setenv CFLAGS "-g -Wall -I/usr/local/Python-1.6/Include"
setenv LDFLAGS "-L/usr/local/Python-1.6"
aclocal
autoconf
automake -a
./configure
make