Added all necessary BPY_extern.h include files to the .c files.

Updated the Make environment to point to the correct location. The include
paths were still pointing to source/blender/bpython/include while it should be
source/blender/python.
I did not encounter the build problems because I'm always working with the
autoconf build environment.
This commit is contained in:
2003-11-23 14:28:46 +00:00
parent 5cc89c0f4e
commit 90541541c3
21 changed files with 38 additions and 5 deletions

View File

@@ -130,6 +130,8 @@
#include "BLO_readfile.h" /* for BLO_blendhandle_close */
#include "BPY_extern.h"
#include "mydevice.h"
#include "blendef.h"
#include "datatoc.h"