Scons/make update for use of GPU include in interface module.
This commit is contained in:
@@ -49,6 +49,7 @@ CPPFLAGS += -I../../makesrna
|
||||
CPPFLAGS += -I../../imbuf
|
||||
CPPFLAGS += -I../../blenfont
|
||||
CPPFLAGS += -I../../python
|
||||
CPPFLAGS += -I../../gpu
|
||||
|
||||
# own include
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user