[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26592] trunk/blender: Update MSVC project files.

Benoit Bolsee benoit.bolsee at online.be
Wed Feb 3 22:14:59 CET 2010


Revision: 26592
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26592
Author:   ben2610
Date:     2010-02-03 22:14:50 +0100 (Wed, 03 Feb 2010)

Log Message:
-----------
Update MSVC project files.

Modified Paths:
--------------
    trunk/blender/intern/ghost/make/msvc_9_0/ghost.vcproj
    trunk/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    trunk/blender/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj

Modified: trunk/blender/intern/ghost/make/msvc_9_0/ghost.vcproj
===================================================================
--- trunk/blender/intern/ghost/make/msvc_9_0/ghost.vcproj	2010-02-03 21:10:01 UTC (rev 26591)
+++ trunk/blender/intern/ghost/make/msvc_9_0/ghost.vcproj	2010-02-03 21:14:50 UTC (rev 26592)
@@ -120,7 +120,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_9\intern\string\include;..\..\..\..\..\lib\windows\wintab\INCLUDE;..\..\..\..\..\build\msvc_9\extern\glew\include"
+				AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_9\intern\string\include;..\..\..\..\..\lib\windows\wintab\INCLUDE;..\..\..\..\..\build\msvc_9\extern\glew\include;..\..\..\..\source\blender\imbuf;..\..\..\..\source\blender\makesdna"
 				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_USE_MATH_DEFINES"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
@@ -389,6 +389,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\intern\GHOST_EventString.h"
+					>
+				</File>
+				<File
 					RelativePath="..\..\intern\GHOST_EventTrackpad.h"
 					>
 				</File>

Modified: trunk/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
===================================================================
--- trunk/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj	2010-02-03 21:10:01 UTC (rev 26591)
+++ trunk/blender/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj	2010-02-03 21:14:50 UTC (rev 26592)
@@ -336,6 +336,10 @@
 				Name="internal"
 				>
 				<File
+					RelativePath="..\..\..\source\blender\python\intern\bpy_app.c"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\blender\python\intern\bpy_array.c"
 					>
 				</File>
@@ -364,10 +368,6 @@
 					>
 				</File>
 				<File
-					RelativePath="..\..\..\source\blender\python\intern\bpy_ui.c"
-					>
-				</File>
-				<File
 					RelativePath="..\..\..\source\blender\python\intern\bpy_util.c"
 					>
 				</File>
@@ -429,6 +429,10 @@
 				Name="internal"
 				>
 				<File
+					RelativePath="..\..\..\source\blender\python\intern\bpy_app.h"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\blender\python\intern\bpy_idprop.h"
 					>
 				</File>
@@ -457,10 +461,6 @@
 					>
 				</File>
 				<File
-					RelativePath="..\..\..\source\blender\python\intern\bpy_ui.h"
-					>
-				</File>
-				<File
 					RelativePath="..\..\..\source\blender\python\intern\bpy_util.h"
 					>
 				</File>

Modified: trunk/blender/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
===================================================================
--- trunk/blender/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj	2010-02-03 21:10:01 UTC (rev 26591)
+++ trunk/blender/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj	2010-02-03 21:14:50 UTC (rev 26592)
@@ -480,6 +480,10 @@
 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 			>
 			<File
+				RelativePath="..\..\..\source\blender\blenlib\intern\BLI_args.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\blenlib\intern\BLI_bfile.c"
 				>
 			</File>
@@ -653,6 +657,10 @@
 			Filter="h;hpp;hxx;hm;inl"
 			>
 			<File
+				RelativePath="..\..\..\source\blender\blenlib\BLI_args.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\blenlib\BLI_bfile.h"
 				>
 			</File>





More information about the Bf-blender-cvs mailing list