aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLucas Eckels <eckels@google.com>2012-08-10 14:16:51 -0700
committerLucas Eckels <eckels@google.com>2012-08-10 14:16:51 -0700
commit5f3a7e6f37a2ea3c02b88e524cb73d116ae57817 (patch)
tree12c2e84240a92845d6799048c4a03bf1cd2d4852 /lib
parent9bd90e6e25f1e55f50201c87a1b5837de7e5b64a (diff)
downloadexternal_curl-5f3a7e6f37a2ea3c02b88e524cb73d116ae57817.tar.gz
external_curl-5f3a7e6f37a2ea3c02b88e524cb73d116ae57817.tar.bz2
external_curl-5f3a7e6f37a2ea3c02b88e524cb73d116ae57817.zip
Update curl Window project for renamed dep path
Change-Id: I9d9270928229fa962591018839beb4c1cd756cd1
Diffstat (limited to 'lib')
-rwxr-xr-xlib/libcurl.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurl.vcproj b/lib/libcurl.vcproj
index bbd2995f..fe74b97b 100755
--- a/lib/libcurl.vcproj
+++ b/lib/libcurl.vcproj
@@ -43,7 +43,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;..\include;&quot;..\..\openssl-0.9.8h\Win32\include&quot;;&quot;..\..\zlib-1.2.3&quot;"
+ AdditionalIncludeDirectories=".;..\include;..\..\openssl\Win32\include;..\..\zlib"
PreprocessorDefinitions="WIN32;_DEBUG;BUILDING_LIBCURL;CURL_STATICLIB;CURL_DISABLE_LDAP;USE_SSLEAY;USE_OPENSSL;HAVE_ZLIB_H"
MinimalRebuild="true"
RuntimeLibrary="3"
@@ -114,7 +114,7 @@
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories=".;..\include;&quot;..\..\openssl-0.9.8h\Win32\include&quot;;&quot;..\..\zlib-1.2.3&quot;"
+ AdditionalIncludeDirectories=".;..\include;..\..\openssl\Win32\include;..\..\zlib"
PreprocessorDefinitions="WIN32;NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;CURL_DISABLE_LDAP;USE_SSLEAY;USE_OPENSSL;HAVE_ZLIB_H"
StringPooling="true"
RuntimeLibrary="2"