Added #include "FRS_freestyle.h" in order to suppress compiler warnings
with regard to FRS_initialize().
This commit is contained in:
@@ -38,6 +38,7 @@ SET(INC .
|
||||
../../../intern/ghost ../../../intern/opennl/extern ../../../extern/glew/include
|
||||
../nodes
|
||||
../gpu
|
||||
../freestyle
|
||||
../blenfont
|
||||
${OPENGL_INCLUDE_DIR}
|
||||
)
|
||||
@@ -70,6 +71,10 @@ IF(WIN32)
|
||||
SET(INC ${INC} ${PTHREADS_INC})
|
||||
ENDIF(WIN32)
|
||||
|
||||
IF(WITH_COCOA)
|
||||
LIST(REMOVE_ITEM SRC "${CMAKE_CURRENT_SOURCE_DIR}/intern/wm_apple.c")
|
||||
ENDIF(WITH_COCOA)
|
||||
|
||||
# TODO buildinfo
|
||||
IF(BF_BUILDINFO)
|
||||
ADD_DEFINITIONS(-DNAN_BUILDINFO)
|
||||
|
||||
@@ -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 ../blenfont'
|
||||
incs += ' ../makesrna ../gpu ../freestyle ../blenfont'
|
||||
|
||||
incs += ' #/intern/guardedalloc #/intern/memutil #/intern/ghost'
|
||||
incs += ' #/intern/elbeem #/extern/glew/include'
|
||||
|
||||
@@ -89,6 +89,8 @@
|
||||
|
||||
#include "GPU_draw.h"
|
||||
|
||||
#include "FRS_freestyle.h"
|
||||
|
||||
// XXX #include "BPY_extern.h"
|
||||
|
||||
#include "WM_api.h"
|
||||
|
||||
Reference in New Issue
Block a user