From 7563e5e454652d5899ee2534b8d338950e2659e5 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Tue, 23 Dec 2008 12:25:44 +0000 Subject: 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) --- projectfiles_vc9/blender/editors/ED_editors.vcproj | 32 +++++++++++++++++++--- source/blender/editors/space_outliner/outliner.c | 2 +- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj index 8964d169d0c..12f5e81c2b8 100644 --- a/projectfiles_vc9/blender/editors/ED_editors.vcproj +++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj @@ -410,6 +410,10 @@ + + @@ -438,6 +442,10 @@ RelativePath="..\..\..\source\blender\editors\screen\glutil.c" > + + @@ -606,6 +614,14 @@ RelativePath="..\..\..\source\blender\editors\space_action\action_intern.h" > + + + + @@ -703,19 +719,27 @@ > + + + + diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c index 27a44079a6e..640c89803c8 100644 --- a/source/blender/editors/space_outliner/outliner.c +++ b/source/blender/editors/space_outliner/outliner.c @@ -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 -- cgit v1.2.3