Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2009-01-06 12:08:43 +0300
committerAndrea Weikert <elubie@gmx.net>2009-01-06 12:08:43 +0300
commitaa95fc176825073851de1d2d0d84e74530ecb14a (patch)
tree16f2b86129b512852c45e564066897a02695f945 /projectfiles_vc9
parent701091322a3753d9d09a21780eacdb28f028920b (diff)
2.5 MSVC9 projectfiles
updates: * stubs.c was moved from editors/screen to python * RNA: rna_action.c * Armature: all in editors/armature added.
Diffstat (limited to 'projectfiles_vc9')
-rw-r--r--projectfiles_vc9/blender/BPY_python/BPY_python.vcproj4
-rw-r--r--projectfiles_vc9/blender/editors/ED_editors.vcproj40
-rw-r--r--projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj4
3 files changed, 40 insertions, 8 deletions
diff --git a/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj b/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
index edeec5d2688..efe2e09305b 100644
--- a/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
+++ b/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
@@ -358,6 +358,10 @@
RelativePath="..\..\..\source\blender\python\intern\bpy_util.c"
>
</File>
+ <File
+ RelativePath="..\..\..\source\blender\python\intern\stubs.c"
+ >
+ </File>
</Filter>
</Filter>
<Filter
diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj
index 8abca56c23a..040b2f78efe 100644
--- a/projectfiles_vc9/blender/editors/ED_editors.vcproj
+++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj
@@ -174,10 +174,6 @@
Filter="h"
>
<File
- RelativePath="..\..\..\source\blender\editors\include\BIF_editarmature.h"
- >
- </File>
- <File
RelativePath="..\..\..\source\blender\editors\include\BIF_gl.h"
>
</File>
@@ -198,6 +194,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\include\ED_armature.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\include\ED_datafiles.h"
>
</File>
@@ -470,10 +470,6 @@
RelativePath="..\..\..\source\blender\editors\screen\screen_ops.c"
>
</File>
- <File
- RelativePath="..\..\..\source\blender\editors\screen\stubs.c"
- >
- </File>
</Filter>
<Filter
Name="util"
@@ -931,6 +927,34 @@
>
</File>
</Filter>
+ <Filter
+ Name="armature"
+ >
+ <File
+ RelativePath="..\..\..\source\blender\editors\armature\armature_intern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\armature\editarmature.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\armature\meshlaplacian.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\armature\meshlaplacian.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\armature\poseobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\armature\reeb.h"
+ >
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj b/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
index 6aa8e8827e4..0e2f2da0b04 100644
--- a/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
+++ b/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
@@ -593,6 +593,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\makesrna\intern\rna_action.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_actuator.c"
>
</File>