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>2005-02-12 05:06:52 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-02-12 05:06:52 +0300
commit5af05c961050b5367af04092181d0031dfb9abd9 (patch)
treee30a9a502479b6facb065cdf474bc095ad47dc63 /intern/memutil
parent39959b4f212664c492d068e798e1dfab8d11c571 (diff)
Update to the MSVC7 project files (vcproj) for Blender's internal libraries
- set build_install_all as the default project (if you give me a quarter ill tell you how :) - set SoundSystem to it's proper dependencies - updated those silly silly unix path separators - set project warning levels to something not so noisy
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/make/msvc_7_0/memutil.vcproj14
1 files changed, 7 insertions, 7 deletions
diff --git a/intern/memutil/make/msvc_7_0/memutil.vcproj b/intern/memutil/make/msvc_7_0/memutil.vcproj
index e196af7510d..9ac97fc9279 100644
--- a/intern/memutil/make/msvc_7_0/memutil.vcproj
+++ b/intern/memutil/make/msvc_7_0/memutil.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../.."
+ AdditionalIncludeDirectories="..\.."
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -30,7 +30,7 @@
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\memutil\debug/"
ObjectFile=".\..\..\..\..\obj\windows\intern\memutil\debug/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\memutil\debug/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
CompileAs="0"/>
@@ -74,7 +74,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="2"
- AdditionalIncludeDirectories="../.."
+ AdditionalIncludeDirectories="..\.."
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -84,7 +84,7 @@ ECHO Done
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\memutil/"
ObjectFile=".\..\..\..\..\obj\windows\intern\memutil/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\memutil/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
<Tool
@@ -133,15 +133,15 @@ ECHO Done
RelativePath="..\..\MEM_NonCopyable.h">
</File>
<File
- RelativePath="..\..\MEM_RefCountPtr.h">
- </File>
- <File
RelativePath="..\..\MEM_RefCounted.h">
</File>
<File
RelativePath="..\..\MEM_RefCountedC-Api.h">
</File>
<File
+ RelativePath="..\..\MEM_RefCountPtr.h">
+ </File>
+ <File
RelativePath="..\..\MEM_SmartPtr.h">
</File>
</Filter>