(this is for blender2.5 again)

Modified these three to include blender/editors/include instead of 
blender/include maybe not needed at this stage but I'm guessing its good
to do this.

Kent
This commit is contained in:
Kent Mein 2007-12-27 21:35:25 +00:00
parent e735a6b4c9
commit 6c7b60668b
3 changed files with 3 additions and 3 deletions

@ -55,7 +55,7 @@ CPPFLAGS += -I../../avi
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
# we still refer to /include a bit...
CPPFLAGS += -I../../include
CPPFLAGS += -I../../editors/include
# to include the render stuff:
CPPFLAGS += -I../../render/extern/include

@ -70,7 +70,7 @@ CPPFLAGS += -I../../render/extern/include/
CPPFLAGS += -I../../python
# we still refer to /include a bit...
CPPFLAGS += -I../../include
CPPFLAGS += -I../../editors/include
# path to our own external headerfiles
CPPFLAGS += -I..

@ -46,7 +46,7 @@ CPPFLAGS += -I../blender/radiosity/extern/include
CPPFLAGS += -I../blender/imbuf
CPPFLAGS += -I../blender/makesdna
CPPFLAGS += -I../blender/blenlib
CPPFLAGS += -I../blender/include
CPPFLAGS += -I../blender/editors/include
CPPFLAGS += -I../blender/renderconverter
CPPFLAGS += -I../blender/blenkernel
CPPFLAGS += -I../blender/python