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-04 22:39:35 +0300
committerAndrea Weikert <elubie@gmx.net>2009-01-04 22:39:35 +0300
commit33dd818310c9a43edc59bb28df9fb4803a20c5e7 (patch)
treedfa7ea8a4dc078ce770e76299efcdbec06751a97 /projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
parent6ec52fc1b573e2904d7d08728f120589b649a08b (diff)
2.5 MSVC9 projectfiles
updates: * RNA: several files (rna_cloth, rna_object_force.c, rna_particle.c, rna_scriptlink.c, rna_text.c, rna_texture.c, rna_userdef.c) * complete removal of verse and cleanup of WITH_VERSE from projectfiles * deleted projectfiles for BL_src - not needed anymore. * editors/mesh: mesh_intern.h was renamed from editmesh.h, new file mesh_ops.c * editors/util: editmode_undo.c, undo.c and util_intern.h added * editors/animation: anim_channels.c added * editors/space_action: action_edit.c added
Diffstat (limited to 'projectfiles_vc9/blender/makesrna/RNA_rna.vcproj')
-rw-r--r--projectfiles_vc9/blender/makesrna/RNA_rna.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj b/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
index 9b79ca1513f..d5f52863233 100644
--- a/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
+++ b/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
@@ -43,7 +43,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel"
+ AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\windowmanager"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -114,7 +114,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel"
+ AdditionalIncludeDirectories="..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\makesdna;..\..\..\source\blender\makesrna;..\..\..\source\blender\blenlib;..\..\..\source\blender\blenkernel;..\..\..\source\blender\windowmanager"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
RuntimeLibrary="0"