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/container
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/container')
-rw-r--r--intern/container/make/msvc_7_0/container.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/container/make/msvc_7_0/container.vcproj b/intern/container/make/msvc_7_0/container.vcproj
index 9dcce2529e0..acbc55cc1bf 100644
--- a/intern/container/make/msvc_7_0/container.vcproj
+++ b/intern/container/make/msvc_7_0/container.vcproj
@@ -30,7 +30,7 @@
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\container/"
ObjectFile=".\..\..\..\..\obj\windows\intern\container/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\container/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -78,7 +78,7 @@ ECHO Done
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\container\debug/"
ObjectFile=".\..\..\..\..\obj\windows\intern\container\debug/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\container\debug/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"/>
<Tool