Added #include "FRS_freestyle.h" in order to suppress compiler warnings

with regard to FRS_initialize().
This commit is contained in:
Tamito Kajiyama
2009-10-06 21:25:56 +00:00
parent 3d65a8f0fa
commit 6d67e48f2a
3 changed files with 8 additions and 1 deletions

View File

@@ -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)

View File

@@ -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'

View File

@@ -89,6 +89,8 @@
#include "GPU_draw.h"
#include "FRS_freestyle.h"
// XXX #include "BPY_extern.h"
#include "WM_api.h"