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/string
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/string')
-rw-r--r--intern/string/make/msvc_7_0/string.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/string/make/msvc_7_0/string.vcproj b/intern/string/make/msvc_7_0/string.vcproj
index adddfa96feb..d105112905f 100644
--- a/intern/string/make/msvc_7_0/string.vcproj
+++ b/intern/string/make/msvc_7_0/string.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/string/debug/"
ObjectFile=".\../../../../obj/windows/intern/string/debug/"
ProgramDataBaseFileName=".\../../../../obj/windows/intern/string/debug/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
CompileAs="0"/>
@@ -72,7 +72,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../.."
+ AdditionalIncludeDirectories="..\.."
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -82,7 +82,7 @@ ECHO Done
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\string/"
ObjectFile=".\..\..\..\..\obj\windows\intern\string/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\string/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
<Tool