blender/intern/python
Daniel Dunbar 74466d7211 Added a -D option to freeze.py to cause it to not check to see if certain
directories exist. They don't exist for a standard Python 2.3 installation
but they aren't needed either... this is really a hack, I wish someone
who understood the freeze process better could look at this.
2003-03-26 04:58:41 +00:00
..
blendermodule Initial revision 2002-10-12 11:37:38 +00:00
freeze Added a -D option to freeze.py to cause it to not check to see if certain 2003-03-26 04:58:41 +00:00
modules Revert to the FUTURE_PYTHON_API, this means: 2003-02-06 03:30:25 +00:00
objexport Initial revision 2002-10-12 11:37:38 +00:00
testmodule Yes I did it again ;) 2002-11-25 09:53:07 +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 Yes I did it again ;) 2002-11-25 09:53:07 +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