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:
authorJoseph Gilbert <ascotan@gmail.com>2006-04-18 00:05:39 +0400
committerJoseph Gilbert <ascotan@gmail.com>2006-04-18 00:05:39 +0400
commitf54a113cde2a405e5b432ebf1c3201110e288124 (patch)
tree3721b36e9f14c5e5a6ec34f77b3647f798daac32 /intern/memutil/make
parent6d6b36f009be00e2a206ece90c514127f1f867fb (diff)
Update to the VC7 projectfiles.
This should bring the projectfiles upto date for msvc7. Moving these to version 7.1 so that the version 8 people don't have such a hard time importing into 2005. Build intern.sln, extern.sln and then blender.sln. Enjoy. :p
Diffstat (limited to 'intern/memutil/make')
-rw-r--r--intern/memutil/make/msvc_7_0/memutil.vcproj25
1 files changed, 19 insertions, 6 deletions
diff --git a/intern/memutil/make/msvc_7_0/memutil.vcproj b/intern/memutil/make/msvc_7_0/memutil.vcproj
index d5ba8bff173..2d570ea3d49 100644
--- a/intern/memutil/make/msvc_7_0/memutil.vcproj
+++ b/intern/memutil/make/msvc_7_0/memutil.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="memutil"
SccProjectName=""
SccLocalPath="">
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\.."
+ AdditionalIncludeDirectories="..\..\..\..\intern;..\..\..\memutil"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -79,7 +79,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="2"
- AdditionalIncludeDirectories="..\.."
+ AdditionalIncludeDirectories="..\..\..\..\intern;..\..\..\memutil"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -136,7 +136,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="2"
- AdditionalIncludeDirectories="..\.."
+ AdditionalIncludeDirectories="..\..\..\..\intern;..\..\..\memutil"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="2"
@@ -193,7 +193,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\.."
+ AdditionalIncludeDirectories="..\..\..\..\intern;..\..\..\memutil"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -241,18 +241,31 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
+ RelativePath="..\..\intern\MEM_CacheLimiterC-Api.cpp">
+ </File>
+ <File
RelativePath="..\..\intern\MEM_RefCountedC-Api.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\MEM_Allocator.h">
+ </File>
+ <File
+ RelativePath="..\..\MEM_CacheLimiter.h">
+ </File>
+ <File
+ RelativePath="..\..\MEM_CacheLimiterC-Api.h">
+ </File>
<Filter
Name="extern"
Filter="">