aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Windows/VC14/lib/libcurl.vcxproj
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-12-19 19:04:07 +0100
committerElliott Hughes <enh@google.com>2017-12-20 14:03:33 -0800
commit486467e11b5904b3e04adc2f5fdb96fcfe65da84 (patch)
tree492c1de56730f0b42bba1f651aa78c8cac13cfa7 /projects/Windows/VC14/lib/libcurl.vcxproj
parent7d91b4f63bd1fd29c11c9ff1ba6e7c42622e0687 (diff)
downloadexternal_curl-486467e11b5904b3e04adc2f5fdb96fcfe65da84.tar.gz
external_curl-486467e11b5904b3e04adc2f5fdb96fcfe65da84.tar.bz2
external_curl-486467e11b5904b3e04adc2f5fdb96fcfe65da84.zip
Update from 7.55.1 to 7.57.0
Update the local patch to match the new config. Removed the packages/Android/Android.mk file added by upstream (outdated Android.mk version which will confuse people). Updated Android.bp with the new files. Bug: http://b/70741465 Test: builds, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: Ib2411f5e64db4e11ffd916dc81cd23b46888b900
Diffstat (limited to 'projects/Windows/VC14/lib/libcurl.vcxproj')
-rw-r--r--projects/Windows/VC14/lib/libcurl.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/Windows/VC14/lib/libcurl.vcxproj b/projects/Windows/VC14/lib/libcurl.vcxproj
index edeef6bb..07f925e7 100644
--- a/projects/Windows/VC14/lib/libcurl.vcxproj
+++ b/projects/Windows/VC14/lib/libcurl.vcxproj
@@ -2439,6 +2439,7 @@
<ClCompile Include="..\..\..\..\lib\md4.c" />
<ClCompile Include="..\..\..\..\lib\md5.c" />
<ClCompile Include="..\..\..\..\lib\memdebug.c" />
+ <ClCompile Include="..\..\..\..\lib\mime.c" />
<ClCompile Include="..\..\..\..\lib\mprintf.c" />
<ClCompile Include="..\..\..\..\lib\multi.c" />
<ClCompile Include="..\..\..\..\lib\netrc.c" />
@@ -2455,6 +2456,8 @@
<ClCompile Include="..\..\..\..\lib\security.c" />
<ClCompile Include="..\..\..\..\lib\select.c" />
<ClCompile Include="..\..\..\..\lib\sendf.c" />
+ <ClCompile Include="..\..\..\..\lib\setopt.c" />
+ <ClCompile Include="..\..\..\..\lib\sha256.c" />
<ClCompile Include="..\..\..\..\lib\share.c" />
<ClCompile Include="..\..\..\..\lib\slist.c" />
<ClCompile Include="..\..\..\..\lib\smb.c" />
@@ -2536,6 +2539,7 @@
<ClInclude Include="..\..\..\..\lib\curl_sec.h" />
<ClInclude Include="..\..\..\..\lib\curl_setup.h" />
<ClInclude Include="..\..\..\..\lib\curl_setup_once.h" />
+ <ClInclude Include="..\..\..\..\lib\curl_sha256.h" />
<ClInclude Include="..\..\..\..\lib\curl_sspi.h" />
<ClInclude Include="..\..\..\..\lib\curl_threads.h" />
<ClInclude Include="..\..\..\..\lib\curlx.h" />
@@ -2566,6 +2570,7 @@
<ClInclude Include="..\..\..\..\lib\inet_pton.h" />
<ClInclude Include="..\..\..\..\lib\llist.h" />
<ClInclude Include="..\..\..\..\lib\memdebug.h" />
+ <ClInclude Include="..\..\..\..\lib\mime.h" />
<ClInclude Include="..\..\..\..\lib\multihandle.h" />
<ClInclude Include="..\..\..\..\lib\multiif.h" />
<ClInclude Include="..\..\..\..\lib\netrc.h" />
@@ -2580,6 +2585,7 @@
<ClInclude Include="..\..\..\..\lib\rtsp.h" />
<ClInclude Include="..\..\..\..\lib\select.h" />
<ClInclude Include="..\..\..\..\lib\sendf.h" />
+ <ClInclude Include="..\..\..\..\lib\setopt.h" />
<ClInclude Include="..\..\..\..\lib\setup-vms.h" />
<ClInclude Include="..\..\..\..\lib\share.h" />
<ClInclude Include="..\..\..\..\lib\sigpipe.h" />