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:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-11-13 16:06:26 +0300
committerBenoit Bolsee <benoit.bolsee@online.be>2009-11-13 16:06:26 +0300
commit26465580790abf32cf50f0b7799f8c3e9ffb7a0d (patch)
treee0b1421a40a22bebee7028428283f6390d06d80f /projectfiles_vc9
parent5a322bd67cf1f99b4d8fc26e50edb22904f58b9e (diff)
Update MSVC project files
Diffstat (limited to 'projectfiles_vc9')
-rw-r--r--projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj64
-rw-r--r--projectfiles_vc9/blender/editors/ED_editors.vcproj4
2 files changed, 60 insertions, 8 deletions
diff --git a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
index b883d8bf2b2..4626d3fbdec 100644
--- a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
+++ b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
@@ -480,10 +480,6 @@
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
- RelativePath="..\..\..\source\blender\blenlib\intern\arithb.c"
- >
- </File>
- <File
RelativePath="..\..\..\source\blender\blenlib\intern\BLI_bfile.c"
>
</File>
@@ -572,6 +568,34 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_base.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_color.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_geom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_rotation.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_vector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\intern\math_vector_inline.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\intern\noise.c"
>
</File>
@@ -621,10 +645,6 @@
Filter="h;hpp;hxx;hm;inl"
>
<File
- RelativePath="..\..\..\source\blender\blenlib\BLI_arithb.h"
- >
- </File>
- <File
RelativePath="..\..\..\source\blender\blenlib\BLI_bfile.h"
>
</File>
@@ -697,6 +717,34 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math_base.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math_color.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math_geom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math_matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math_rotation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\blenlib\BLI_math_vector.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\blenlib\BLI_memarena.h"
>
</File>
diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj
index 4a8063bb5f0..fec46871e83 100644
--- a/projectfiles_vc9/blender/editors/ED_editors.vcproj
+++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj
@@ -696,6 +696,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\space_node\node_buttons.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\space_node\node_draw.c"
>
</File>