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-08-25 21:05:04 +0400
committerAndrea Weikert <elubie@gmx.net>2009-08-25 21:05:04 +0400
commit7288bacad9bbe5e670de3454c9a64dee0c3d920c (patch)
treea9306bf38dbd76b36818485460917512bfb36f71 /projectfiles_vc9/blender
parent4ba6dbce767c7e3fe4c91aaca79da6f35d5492c9 (diff)
blender 2.5 MSVC projectfiles
* update for volume rendering * update for audaspace jack * update for rna: animation_api.c, scene_api.c
Diffstat (limited to 'projectfiles_vc9/blender')
-rw-r--r--projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj8
-rw-r--r--projectfiles_vc9/blender/editors/ED_editors.vcproj4
-rw-r--r--projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj8
-rw-r--r--projectfiles_vc9/blender/render/BRE_render.vcproj40
4 files changed, 54 insertions, 6 deletions
diff --git a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
index c2268694735..75bd6686d01 100644
--- a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
+++ b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
@@ -611,6 +611,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\intern\voxel.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\intern\winstuff.c"
>
</File>
@@ -724,6 +728,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_voxel.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\BLI_winstuff.h"
>
</File>
diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj
index 0482fa9067a..c70e66b6c2b 100644
--- a/projectfiles_vc9/blender/editors/ED_editors.vcproj
+++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj
@@ -1302,10 +1302,6 @@
RelativePath="..\..\..\source\blender\editors\sculpt_paint\sculpt_intern.h"
>
</File>
- <File
- RelativePath="..\..\..\source\blender\editors\sculpt_paint\sculpt_stroke.c"
- >
- </File>
</Filter>
<Filter
Name="uvedit"
diff --git a/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj b/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
index afd5a7f0c0d..2a18b2c6c90 100644
--- a/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
+++ b/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
@@ -611,6 +611,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\makesrna\intern\rna_animation_api.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_armature.c"
>
</File>
@@ -763,6 +767,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\makesrna\intern\rna_scene_api.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_screen.c"
>
</File>
diff --git a/projectfiles_vc9/blender/render/BRE_render.vcproj b/projectfiles_vc9/blender/render/BRE_render.vcproj
index d7851674857..4e354c6dde3 100644
--- a/projectfiles_vc9/blender/render/BRE_render.vcproj
+++ b/projectfiles_vc9/blender/render/BRE_render.vcproj
@@ -42,7 +42,7 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\..\..\lib\windows\sdl\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\misc;..\..\..\source\blender\imbuf;..\..\..\source\blender\yafray;..\..\..\source\blender\blenlib;..\..\..\source\blender\include;..\..\..\source\blender\python;..\..\..\source\blender\blenkernel;..\..\..\source\blender\quicktime;..\..\..\source\blender\blenloader;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\blender\render\intern\include;..\..\..\source\blender\render\extern\include;..\..\..\source\kernel;..\..\..\source\kernel\gen_messaging"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\sdl\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\build\msvc_9\intern\smoke\include;..\..\..\source\blender;..\..\..\source\blender\misc;..\..\..\source\blender\imbuf;..\..\..\source\blender\yafray;..\..\..\source\blender\blenlib;..\..\..\source\blender\include;..\..\..\source\blender\python;..\..\..\source\blender\blenkernel;..\..\..\source\blender\quicktime;..\..\..\source\blender\blenloader;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\blender\render\intern\include;..\..\..\source\blender\render\extern\include;..\..\..\source\kernel;..\..\..\source\kernel\gen_messaging"
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;WITH_QUICKTIME;WITH_OPENEXR"
StringPooling="true"
RuntimeLibrary="0"
@@ -117,7 +117,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\..\lib\windows\sdl\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\misc;..\..\..\source\blender\imbuf;..\..\..\source\blender\yafray;..\..\..\source\blender\blenlib;..\..\..\source\blender\include;..\..\..\source\blender\python;..\..\..\source\blender\blenkernel;..\..\..\source\blender\quicktime;..\..\..\source\blender\blenloader;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\blender\render\intern\include;..\..\..\source\blender\render\extern\include;..\..\..\source\kernel;..\..\..\source\kernel\gen_messaging"
+ AdditionalIncludeDirectories="..\..\..\..\lib\windows\sdl\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\..\build\msvc_9\intern\smoke\include;..\..\..\source\blender;..\..\..\source\blender\misc;..\..\..\source\blender\imbuf;..\..\..\source\blender\yafray;..\..\..\source\blender\blenlib;..\..\..\source\blender\include;..\..\..\source\blender\python;..\..\..\source\blender\blenkernel;..\..\..\source\blender\quicktime;..\..\..\source\blender\blenloader;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\blender\render\intern\include;..\..\..\source\blender\render\extern\include;..\..\..\source\kernel;..\..\..\source\kernel\gen_messaging"
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;WITH_QUICKTIME;WITH_OPENEXR;_USE_MATH_DEFINES"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -209,6 +209,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\render\intern\source\pointdensity.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\render\intern\source\rayshade.c"
>
</File>
@@ -253,6 +257,18 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\render\intern\source\volume_precache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\render\intern\source\volumetric.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\render\intern\source\voxeldata.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\render\intern\source\zbuf.c"
>
</File>
@@ -298,6 +314,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\render\intern\include\pointdensity.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\render\extern\include\RE_pipeline.h"
>
</File>
@@ -310,6 +330,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\render\intern\include\render_types.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\render\intern\include\rendercore.h"
>
</File>
@@ -354,6 +378,18 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\render\intern\include\volume_precache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\render\intern\include\volumetric.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\render\intern\include\voxeldata.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\render\intern\include\zbuf.h"
>
</File>