[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19139] branches/blender2.5/blender/ projectfiles_vc9: 2.5: updated MSVC9 project files

Andrea Weikert elubie at gmx.net
Sat Feb 28 10:59:54 CET 2009


Revision: 19139
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19139
Author:   elubie
Date:     2009-02-28 10:59:27 +0100 (Sat, 28 Feb 2009)

Log Message:
-----------
2.5: updated MSVC9 project files
- blenfont
- editors: sculpt changed to sculpt_draw
- some RNA additions (rna_animation.c)
- fixed some game engine include directories

Modified Paths:
--------------
    branches/blender2.5/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/blender2.5/blender/projectfiles_vc9/blender/blenfont/BLF_blenfont.vcproj
    branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj
    branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
    branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
    branches/blender2.5/blender/projectfiles_vc9/gameengine/converter/KX_converter.vcproj

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj	2009-02-28 09:58:58 UTC (rev 19138)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj	2009-02-28 09:59:27 UTC (rev 19139)
@@ -355,6 +355,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\..\source\blender\python\intern\bpy_ui.c"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\blender\python\intern\bpy_util.c"
 					>
 				</File>
@@ -396,6 +400,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\..\source\blender\python\intern\bpy_ui.h"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\blender\python\intern\bpy_util.h"
 					>
 				</File>

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/blenfont/BLF_blenfont.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/blenfont/BLF_blenfont.vcproj	2009-02-28 09:58:58 UTC (rev 19138)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/blenfont/BLF_blenfont.vcproj	2009-02-28 09:59:27 UTC (rev 19139)
@@ -43,7 +43,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\..\intern\guardedalloc;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\ftfont"
+				AdditionalIncludeDirectories="..\..\..\intern\guardedalloc;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\blenfont;..\..\..\source\blender\ftfont;..\..\..\..\lib\windows\freetype\include;..\..\..\source\blender\editors\include;..\..\..\..\build\msvc_9\extern\glew\include"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WITH_BF_INTERNATIONAL;WITH_FREETYPE2"
 				StringPooling="true"
 				RuntimeLibrary="0"
@@ -119,7 +119,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\..\intern\guardedalloc;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\ftfont"
+				AdditionalIncludeDirectories="..\..\..\intern\guardedalloc;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\blenfont;..\..\..\source\blender\ftfont;..\..\..\..\lib\windows\freetype\include;..\..\..\source\blender\editors\include;..\..\..\..\build\msvc_9\extern\glew\include"
 				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,WITH_BF_INTERNATIONAL,WITH_FREETYPE2"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
@@ -174,9 +174,29 @@
 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 			>
 			<File
+				RelativePath="..\..\..\source\blender\blenfont\intern\blf.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\blenfont\intern\blf_dir.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\blenfont\intern\blf_font.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\blenfont\intern\blf_glyph.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\blenfont\intern\blf_lang.c"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\source\blender\blenfont\intern\blf_util.c"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="extern"
@@ -190,6 +210,10 @@
 			Name="intern"
 			>
 			<File
+				RelativePath="..\..\..\source\blender\blenfont\intern\blf_internal.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\blenfont\intern\blf_internal_types.h"
 				>
 			</File>

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj	2009-02-28 09:58:58 UTC (rev 19138)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj	2009-02-28 09:59:27 UTC (rev 19139)
@@ -254,6 +254,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\editors\include\ED_particle.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\editors\include\ED_previewrender.h"
 				>
 			</File>
@@ -427,6 +431,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_buttons.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_draw.c"
 				>
 			</File>
@@ -451,11 +459,11 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_view.c"
+				RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_snap.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\space_view3d\vpaint.c"
+				RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_view.c"
 				>
 			</File>
 		</Filter>
@@ -571,6 +579,10 @@
 			Name="space_graph"
 			>
 			<File
+				RelativePath="..\..\..\source\blender\editors\space_graph\graph_buttons.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\editors\space_graph\graph_draw.c"
 				>
 			</File>
@@ -1116,20 +1128,40 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="sculpt"
+			Name="sculpt_paint"
 			>
 			<File
-				RelativePath="..\..\..\source\blender\editors\sculpt\sculpt.c"
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\paint_image.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\sculpt\sculpt_intern.h"
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\paint_intern.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\sculpt\stroke.c"
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\paint_ops.c"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\paint_utils.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\paint_vertex.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\sculpt.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\sculpt_intern.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\sculpt_paint\sculpt_stroke.c"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="uvedit"

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj	2009-02-28 09:58:58 UTC (rev 19138)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj	2009-02-28 09:59:27 UTC (rev 19139)
@@ -601,6 +601,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\makesrna\intern\rna_animation.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\makesrna\intern\rna_armature.c"
 				>
 			</File>
@@ -757,6 +761,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\makesrna\intern\rna_timeline.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\makesrna\intern\rna_userdef.c"
 				>
 			</File>

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj	2009-02-28 09:58:58 UTC (rev 19138)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj	2009-02-28 09:59:27 UTC (rev 19139)
@@ -175,6 +175,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_animation_gen.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_armature_gen.c"
 				>
 			</File>
@@ -327,6 +331,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_timeline_gen.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_userdef_gen.c"
 				>
 			</File>

Modified: branches/blender2.5/blender/projectfiles_vc9/gameengine/converter/KX_converter.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/gameengine/converter/KX_converter.vcproj	2009-02-28 09:58:58 UTC (rev 19138)
+++ branches/blender2.5/blender/projectfiles_vc9/gameengine/converter/KX_converter.vcproj	2009-02-28 09:59:27 UTC (rev 19139)
@@ -42,7 +42,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\moto\include;..\..\..\..\build\msvc_9\intern\string\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\build\msvc_9\intern\soundsystem\include;..\..\..\..\build\msvc_9\extern\bullet\include;..\..\..\..\build\msvc_9\extern\solid\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\source\blender;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\Ketsji;..\..\..\source\gameengine\physics;..\..\..\source\gameengine\rasterizer;..\..\..\source\gameengine\network;..\..\..\source\gameengine\gamelogic;..\..\..\source\gameengine\expressions;..\..\..\source\gameengine\physics\ode;..\..\..\source\gameengine\SceneGraph;..\..\..\source\gameengine\physics\sumo;..\..\..\source\gameengine\physics\BlOde;..\..\..\source\gameengine\physics\dummy;..\..\..\source\gameengine\BlenderRoutines;..\..\..\source\gameengine\ketsji\kxnetwork;..\..\..\source\gameengine\physics\common;..\..\..\source\gameengine\soundsystem\snd_openal;..\..\..\source\gameengine\rasterizer\ras_openglrasterizer;..\..\..\source\gameengine\physics\sumo\fuzzics\include;..\..\..\source\gameengine\soundsystem\snd_blenderwavecache;..\..\..\source\sumo\include;..\..\..\source\sumo\Fuzzics\include;..\..\..\source\gameengine\physics\bullet;..\..\..\source\blender\gpu"

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list