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)
This commit is contained in:
Andrea Weikert 2008-12-23 12:25:44 +00:00
parent 00d2cf3ddb
commit 7563e5e454
2 changed files with 30 additions and 6 deletions

@ -410,6 +410,10 @@
<Filter
Name="space_outliner"
>
<File
RelativePath="..\..\..\source\blender\editors\space_outliner\outliner.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_outliner\outliner_header.c"
>
@ -438,6 +442,10 @@
RelativePath="..\..\..\source\blender\editors\screen\glutil.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\screen\screen_context.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\screen\screen_edit.c"
>
@ -606,6 +614,14 @@
RelativePath="..\..\..\source\blender\editors\space_action\action_intern.h"
>
</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"
>
@ -703,11 +719,7 @@
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\animation\anim_keyframes_draw.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\animation\anim_keyframing.c"
RelativePath="..\..\..\source\blender\editors\animation\anim_ipo_utils.c"
>
</File>
<File
@ -718,6 +730,18 @@
RelativePath="..\..\..\source\blender\editors\animation\anim_ops.c"
>
</File>
<File
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>

@ -3372,7 +3372,7 @@ static void outliner_draw_tree(Scene *scene, ARegion *ar, SpaceOops *soops)
int starty, startx;
float col[4];
#ifdef INTERNATIONAL
#if 0 // XXX was #ifdef INTERNATIONAL
FTF_SetFontSize('l');
BIF_SetScale(1.0);
#endif