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>2006-09-30 18:31:27 +0400
committerAndrea Weikert <elubie@gmx.net>2006-09-30 18:31:27 +0400
commit0b7e25d3bd3b6f5b7d7d8b8c0047c4b03684522d (patch)
tree12b7a81a5c2e8a234cd3a5c95aac88b480ef5cf9 /projectfiles_vc7/blender/blenlib
parent32b1e2383bf50ebe30c26618496ec966620d1d23 (diff)
=== MSVC 7 project files ===
- added verse support - verse library and server are compiled with the extern solution - note: verse server still misses icon, VS2003 refuses to add the currently provided icon
Diffstat (limited to 'projectfiles_vc7/blender/blenlib')
-rw-r--r--projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
index f12cef1ffac..bb11544e1e1 100644
--- a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
+++ b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj
@@ -75,7 +75,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\zlib\include;..\..\..\..\lib\windows\pthreads\include;..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
- PreprocessorDefinitions="_DEBUG,WIN32,_LIB,WITH_FREETYPE2"
+ PreprocessorDefinitions="_DEBUG;WIN32;_LIB;WITH_FREETYPE2;WITH_VERSE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
DefaultCharIsUnsigned="TRUE"
@@ -128,7 +128,7 @@
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\..\lib\windows\zlib\include;..\..\..\..\lib\windows\pthreads\include;..\..\..\..\lib\windows\freetype\include;..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender\include;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
- PreprocessorDefinitions="NDEBUG,WIN32,_LIB,WITH_FREETYPE2"
+ PreprocessorDefinitions="NDEBUG;WIN32;_LIB;WITH_FREETYPE2;WITH_VERSE"
StringPooling="TRUE"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"