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/opennl
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/opennl')
-rw-r--r--intern/opennl/make/msvc_7_0/opennl.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opennl/make/msvc_7_0/opennl.vcproj b/intern/opennl/make/msvc_7_0/opennl.vcproj
index f601f8abaaf..afe396e6ab3 100644
--- a/intern/opennl/make/msvc_7_0/opennl.vcproj
+++ b/intern/opennl/make/msvc_7_0/opennl.vcproj
@@ -26,7 +26,7 @@
RuntimeLibrary="1"
BufferSecurityCheck="TRUE"
UsePrecompiledHeader="0"
- WarningLevel="3"
+ WarningLevel="1"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
@@ -72,7 +72,7 @@ ECHO Done
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\opennl\"
ObjectFile=".\..\..\..\..\obj\windows\intern\opennl"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\opennl\"
- WarningLevel="3"
+ WarningLevel="1"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
CompileAs="1"/>