Scons/make update for use of GPU include in interface module.

This commit is contained in:
2009-10-19 14:54:42 +00:00
parent fc1dcc4748
commit 7af69ffa24
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ CPPFLAGS += -I../../makesrna
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../blenfont
CPPFLAGS += -I../../python
CPPFLAGS += -I../../gpu
# own include

View File

@@ -7,7 +7,7 @@ for source in env.Glob('*_api.c'):
sources.remove(source)
incs = '../include ../../blenlib ../../blenfont ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../makesrna ../../windowmanager #/intern/guardedalloc'
incs += ' ../../makesrna ../../windowmanager #/intern/guardedalloc ../../gpu'
incs += ' #/extern/glew/include'
incs += ' ../../python/' # python button eval