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:
authorDaniel Dunbar <daniel@zuster.org>2004-01-03 02:35:21 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-03 02:35:21 +0300
commit7303944ea97bc7bfd25e59be790e2e194f0f5551 (patch)
treec504b3a0d8f6e64a23fe3919f04516eb40ac1bed /intern/keymaker
parenta5a01ed549b837596790a917d11983e93f381c1b (diff)
- update VC7 projectfiles
Diffstat (limited to 'intern/keymaker')
-rw-r--r--intern/keymaker/make/msvc_7_0/blenkey.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/keymaker/make/msvc_7_0/blenkey.vcproj b/intern/keymaker/make/msvc_7_0/blenkey.vcproj
index 5d099f7722c..15f76a1182c 100644
--- a/intern/keymaker/make/msvc_7_0/blenkey.vcproj
+++ b/intern/keymaker/make/msvc_7_0/blenkey.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..,..\..\..\..\..\lib\windows\openssl\include,..\..\python"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\openssl\include;..\..\python"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@@ -71,7 +71,7 @@ XCOPY /Y ..\..\..\..\obj\windows\intern\blenkey\debug\*.lib ..\..\..\..\..\lib\w
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..,..\..\..\..\..\lib\windows\openssl\include,..\..\python"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\openssl\include;..\..\python"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="4"