blender/intern/python
Maarten Gribnau a609ff51e8 Removed fixed path for Python excutable.
The README will explain how to set an option in MSVC to make it find
python.
Maarten
2002-12-22 23:02:21 +00:00
..
blendermodule Initial revision 2002-10-12 11:37:38 +00:00
freeze Removed fixed path for Python excutable. 2002-12-22 23:02:21 +00:00
modules Removed non-existing Tools from the Blender module. 2002-12-01 21:24:45 +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