Removed ../freestyle from the list of header file directories.
This commit is contained in:
@@ -39,7 +39,6 @@ SET(INC .
|
||||
../python
|
||||
../nodes
|
||||
../gpu
|
||||
../freestyle
|
||||
../blenfont
|
||||
${OPENGL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
@@ -9,7 +9,7 @@ sources = env.Glob('intern/*.c')
|
||||
incs = '. ../editors/include ../python ../makesdna ../blenlib ../blenkernel'
|
||||
incs += ' ../nodes ../imbuf ../blenloader ../render/extern/include'
|
||||
incs += ' ../radiosity/extern/include ../../kernel/gen_system'
|
||||
incs += ' ../makesrna ../gpu ../freestyle ../blenfont'
|
||||
incs += ' ../makesrna ../gpu ../blenfont'
|
||||
|
||||
incs += ' #/intern/guardedalloc #/intern/memutil #/intern/ghost'
|
||||
incs += ' #/intern/elbeem #/extern/glew/include'
|
||||
|
||||
Reference in New Issue
Block a user