This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/intern/python
Wouter van Heyst 3bf8d2aa0c Get the Blender module back using the traditional makefiles, other
build systems (auto, msvc, PB) do not seem to have this problem.

- Change intern/python/freeze/Makefile to freeze outside of the source/ tree
- Change source/blender/bpython/Makefile to not build the frozen stuff anymore
- Change source/blender/bpython/intern/Makefile to use CURRENT_PYTHON_API
   instead of FUTURE_PYTHON_API, damage control
2003-01-26 02:42:22 +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
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