[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21390] branches/blender2.5/blender: 2.5

Andrea Weikert elubie at gmx.net
Mon Jul 6 19:29:33 CEST 2009


Revision: 21390
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21390
Author:   elubie
Date:     2009-07-06 19:29:32 +0200 (Mon, 06 Jul 2009)

Log Message:
-----------
2.5 
* fix for RNA generation dependency in MSVC projectfiles
* added missing include

Modified Paths:
--------------
    branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
    branches/blender2.5/blender/source/blender/editors/space_file/space_file.c

Modified: branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
===================================================================
--- branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj	2009-07-06 15:35:46 UTC (rev 21389)
+++ branches/blender2.5/blender/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj	2009-07-06 17:29:32 UTC (rev 21390)
@@ -201,7 +201,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Building RNA"
-				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\"
+				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\&#x0D;&#x0A;"
 			/>
 		</Configuration>
 		<Configuration
@@ -310,7 +310,7 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				CommandLine="DEL ..\..\..\source\blender\makesrna\intern\*_gen.c"
+				CommandLine="del ..\..\..\source\blender\makesrna\intern\rna_*_gen.c"
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -392,7 +392,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Building RNA"
-				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\"
+				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\&#x0D;&#x0A;"
 			/>
 		</Configuration>
 		<Configuration
@@ -489,7 +489,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Building RNA"
-				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\"
+				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\&#x0D;&#x0A;"
 			/>
 		</Configuration>
 		<Configuration
@@ -504,7 +504,7 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				CommandLine="DEL ..\..\..\source\blender\makesrna\intern\*_gen.c"
+				CommandLine=""
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -583,7 +583,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Building RNA"
-				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\"
+				CommandLine="CD ..\..\..\source\blender\makesrna\intern\&#x0D;&#x0A;RNA_makesrna.exe .\&#x0D;&#x0A;"
 			/>
 		</Configuration>
 	</Configurations>

Modified: branches/blender2.5/blender/source/blender/editors/space_file/space_file.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_file/space_file.c	2009-07-06 15:35:46 UTC (rev 21389)
+++ branches/blender2.5/blender/source/blender/editors/space_file/space_file.c	2009-07-06 17:29:32 UTC (rev 21390)
@@ -34,6 +34,8 @@
 #include "DNA_scene_types.h"
 #include "DNA_screen_types.h"
 
+#include "RNA_access.h"
+
 #include "MEM_guardedalloc.h"
 
 #include "BIF_gl.h"
@@ -477,7 +479,6 @@
 	BLI_addhead(&st->regiontypes, art);
 	file_panels_register(art);
 
-
 	BKE_spacetype_register(st);
 
 }





More information about the Bf-blender-cvs mailing list