[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23850] branches/soc-2008-mxcurioni/source /creator: Added #include "FRS_freestyle.h" in order to suppress compiler warnings

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Thu Oct 15 03:06:35 CEST 2009


Revision: 23850
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23850
Author:   kjym3
Date:     2009-10-15 03:06:34 +0200 (Thu, 15 Oct 2009)

Log Message:
-----------
Added #include "FRS_freestyle.h" in order to suppress compiler warnings
with regard to FRS_initialize().

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt
    branches/soc-2008-mxcurioni/source/creator/SConscript
    branches/soc-2008-mxcurioni/source/creator/creator.c

Modified: branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt
===================================================================
--- branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt	2009-10-14 21:05:35 UTC (rev 23849)
+++ branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt	2009-10-15 01:06:34 UTC (rev 23850)
@@ -43,6 +43,7 @@
 	../blender/render/extern/include
 	../blender/makesdna
 	../blender/gpu
+	../blender/freestyle
 	../blender/windowmanager
 	../kernel/gen_messaging
 	../kernel/gen_system

Modified: branches/soc-2008-mxcurioni/source/creator/SConscript
===================================================================
--- branches/soc-2008-mxcurioni/source/creator/SConscript	2009-10-14 21:05:35 UTC (rev 23849)
+++ branches/soc-2008-mxcurioni/source/creator/SConscript	2009-10-15 01:06:34 UTC (rev 23850)
@@ -8,7 +8,7 @@
 incs += ' ../blender/editors/include ../blender/blenloader ../blender/imbuf'
 incs += ' ../blender/renderconverter ../blender/render/extern/include ../blender/windowmanager'
 incs += ' ../blender/makesdna ../blender/makesrna ../kernel/gen_messaging'
-incs += ' ../kernel/gen_system #/extern/glew/include ../blender/gpu'
+incs += ' ../kernel/gen_system #/extern/glew/include ../blender/gpu ../blender/freestyle'
 incs += ' ' + env['BF_OPENGL_INC']
 
 defs = []

Modified: branches/soc-2008-mxcurioni/source/creator/creator.c
===================================================================
--- branches/soc-2008-mxcurioni/source/creator/creator.c	2009-10-14 21:05:35 UTC (rev 23849)
+++ branches/soc-2008-mxcurioni/source/creator/creator.c	2009-10-15 01:06:34 UTC (rev 23850)
@@ -82,6 +82,8 @@
 #include "GPU_draw.h"
 #include "GPU_extensions.h"
 
+#include "FRS_freestyle.h"
+
 /* for passing information between creator and gameengine */
 #include "SYS_System.h"
 





More information about the Bf-blender-cvs mailing list