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:
Diffstat (limited to 'intern/ghost/make/msvc_7_0/ghost.vcproj')
-rw-r--r--intern/ghost/make/msvc_7_0/ghost.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/ghost/make/msvc_7_0/ghost.vcproj b/intern/ghost/make/msvc_7_0/ghost.vcproj
index e5be5a4e0e8..f287cab7a08 100644
--- a/intern/ghost/make/msvc_7_0/ghost.vcproj
+++ b/intern/ghost/make/msvc_7_0/ghost.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../..,../../../../../lib/windows/string/include"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\string\include"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -31,7 +31,7 @@
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\ghost/"
ObjectFile=".\..\..\..\..\obj\windows\intern\ghost/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\ghost/"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
<Tool
@@ -73,7 +73,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../..,../../../../../lib/windows/string/include"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\string\include"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -83,7 +83,7 @@ ECHO Done
ObjectFile=".\..\..\..\..\obj\windows\intern\ghost\debug/"
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\ghost\debug/"
BrowseInformation="1"
- WarningLevel="3"
+ WarningLevel="1"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
CompileAs="0"/>