Files
blender/intern/python
Kent Mein 0fbadc8eb7 Yes I did it again ;)
added the following 3 lines to everything in the intern dir:
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

Kent
--
mein@cs.umn.edu
2002-11-25 09:53:07 +00:00
..
2002-10-12 11:37:38 +00:00
2002-11-25 09:53:07 +00:00
2002-10-12 11:37:38 +00:00
2002-11-25 09:53:07 +00:00
2002-10-12 11:37:38 +00:00
2002-10-12 11:37:38 +00:00
2002-11-25 09:53:07 +00:00
2002-10-12 11:37:38 +00:00
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