[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18028] branches/blender2.5/blender: 2. 5 MSVC9 projectfiles

Andrea Weikert elubie at gmx.net
Tue Dec 23 13:25:44 CET 2008


Revision: 18028
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18028
Author:   elubie
Date:     2008-12-23 13:25:44 +0100 (Tue, 23 Dec 2008)

Log Message:
-----------
2.5 MSVC9 projectfiles 
* update for editors/animation editors/space_outliner and editors/screen
* also fix compile error when INTERNATIONAL is set (will likely be solved with new font API)

Modified Paths:
--------------
    branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj
    branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj	2008-12-23 11:58:02 UTC (rev 18027)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/editors/ED_editors.vcproj	2008-12-23 12:25:44 UTC (rev 18028)
@@ -411,6 +411,10 @@
 			Name="space_outliner"
 			>
 			<File
+				RelativePath="..\..\..\source\blender\editors\space_outliner\outliner.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\editors\space_outliner\outliner_header.c"
 				>
 			</File>
@@ -439,6 +443,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\editors\screen\screen_context.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\editors\screen\screen_edit.c"
 				>
 			</File>
@@ -607,6 +615,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\blender\editors\space_action\action_ops.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\space_action\action_select.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\blender\editors\space_action\space_action.c"
 				>
 			</File>
@@ -703,21 +719,29 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\animation\anim_keyframes_draw.c"
+				RelativePath="..\..\..\source\blender\editors\animation\anim_ipo_utils.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\animation\anim_keyframing.c"
+				RelativePath="..\..\..\source\blender\editors\animation\anim_markers.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\animation\anim_markers.c"
+				RelativePath="..\..\..\source\blender\editors\animation\anim_ops.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\source\blender\editors\animation\anim_ops.c"
+				RelativePath="..\..\..\source\blender\editors\animation\keyframes_draw.c"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\animation\keyframes_edit.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\source\blender\editors\animation\keyframing.c"
+				>
+			</File>
 		</Filter>
 	</Files>
 	<Globals>

Modified: branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2008-12-23 11:58:02 UTC (rev 18027)
+++ branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2008-12-23 12:25:44 UTC (rev 18028)
@@ -3372,7 +3372,7 @@
 	int starty, startx;
 	float col[4];
 	
-#ifdef INTERNATIONAL
+#if 0 // XXX was #ifdef INTERNATIONAL
 	FTF_SetFontSize('l');
 	BIF_SetScale(1.0);
 #endif





More information about the Bf-blender-cvs mailing list