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/blenlib/BLI_blenlib.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/blenlib/BLI_blenlib.vcproj')
-rw-r--r--projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
index 0beed24e793..502f7cb86b4 100644
--- a/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
+++ b/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
@@ -120,7 +120,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\zlib\include;..\..\..\..\lib\windows\pthreads\include;..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
- PreprocessorDefinitions="_DEBUG;WIN32;_LIB;WITH_FREETYPE2;WITH_VERSE;_CRT_SECURE_NO_WARNINGS"
+ PreprocessorDefinitions="_DEBUG;WIN32;_LIB;WITH_FREETYPE2;_CRT_SECURE_NO_WARNINGS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
@@ -196,7 +196,7 @@
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\zlib\include;..\..\..\..\lib\windows\pthreads\include;..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_9\intern\guardedalloc\include;..\..\..\source\blender\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
- PreprocessorDefinitions="NDEBUG;WIN32;_LIB;WITH_FREETYPE2;WITH_VERSE"
+ PreprocessorDefinitions="NDEBUG;WIN32;_LIB;WITH_FREETYPE2"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"