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>2008-12-02 00:23:58 +0300
committerAndrea Weikert <elubie@gmx.net>2008-12-02 00:23:58 +0300
commit23a77e76885d6833edc3bd69619f17174c23b8ee (patch)
tree2cdc29743e67a4ddc7cbdb498d64652e5655d2e8 /projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
parent31ffe5b65e98b8c34b184ad24daa5163d36ba68c (diff)
RNA
* DNA_packedFile_types: added rna definitions for packed files * also experimentally filled in correct struct 'PackedFile' in image rna for testing. * updated MSVC projectfiles (also for rna_curve.c and rna_vfont.c) Note: I removed PackedFile->flags, I did grep through source and a complete recompile of blender trunk svn without them too, so they obviously aren't needed anymore. A bit of cleaning up :)
Diffstat (limited to 'projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj')
-rw-r--r--projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj b/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
index 9f424d46cdb..8a576c2da6d 100644
--- a/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
+++ b/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
@@ -613,6 +613,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\makesrna\intern\rna_curve.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_define.c"
>
</File>
@@ -669,6 +673,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\makesrna\intern\rna_packedfile.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_property.c"
>
</File>
@@ -693,6 +701,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\makesrna\intern\rna_vfont.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_wm.c"
>
</File>