Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Selten <michel@mselten.demon.nl>2003-11-23 17:28:46 +0300
committerMichel Selten <michel@mselten.demon.nl>2003-11-23 17:28:46 +0300
commit90541541c3ad6e1e4a796b85e32a43ce60a8b885 (patch)
tree9c76750a991bb832b276cc6b6988ae2b5fb05265 /source/blender/blenkernel/intern/Makefile
parent5cc89c0f4e97fff904b3bbb0d1df034ca766b209 (diff)
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.
Diffstat (limited to 'source/blender/blenkernel/intern/Makefile')
-rw-r--r--source/blender/blenkernel/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index 2cb1f91634a..a61efdd4405 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -53,7 +53,7 @@ CPPFLAGS += -I../../imbuf
# This mod uses the BLI and BLO module
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../blenloader
-CPPFLAGS += -I../../bpython/include
+CPPFLAGS += -I../../python
# also avi is used
CPPFLAGS += -I../../avi
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include