[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25151] branches/soc-2008-mxcurioni/source /blender/windowmanager: Removed ../ freestyle from the list of header file directories.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Dec 6 16:46:27 CET 2009


Revision: 25151
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25151
Author:   kjym3
Date:     2009-12-06 16:46:26 +0100 (Sun, 06 Dec 2009)

Log Message:
-----------
Removed ../freestyle from the list of header file directories.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/windowmanager/CMakeLists.txt
    branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript

Modified: branches/soc-2008-mxcurioni/source/blender/windowmanager/CMakeLists.txt
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/windowmanager/CMakeLists.txt	2009-12-06 15:34:02 UTC (rev 25150)
+++ branches/soc-2008-mxcurioni/source/blender/windowmanager/CMakeLists.txt	2009-12-06 15:46:26 UTC (rev 25151)
@@ -39,7 +39,6 @@
 	../python
 	../nodes
 	../gpu
-	../freestyle
 	../blenfont
 	${OPENGL_INCLUDE_DIR}
 )

Modified: branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript	2009-12-06 15:34:02 UTC (rev 25150)
+++ branches/soc-2008-mxcurioni/source/blender/windowmanager/SConscript	2009-12-06 15:46:26 UTC (rev 25151)
@@ -9,7 +9,7 @@
 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'





More information about the Bf-blender-cvs mailing list