From 5af05c961050b5367af04092181d0031dfb9abd9 Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Sat, 12 Feb 2005 02:06:52 +0000 Subject: 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 --- intern/container/make/msvc_7_0/container.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/container') 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"/> @@ -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"/>