diff options
author | Haibo Huang <hhb@google.com> | 2019-09-11 13:33:50 -0700 |
---|---|---|
committer | Haibo Huang <hhb@google.com> | 2019-09-13 17:10:15 -0700 |
commit | 445085ad1110e215636704c9530ba16ae3e87329 (patch) | |
tree | 188fe35e9e36175e8c9e544b7d48b8cbac8b1907 /projects/Windows/VC12/lib/libcurl.vcxproj | |
parent | e45b87230b7f4e37d29d2d29847415e1d1e5defa (diff) | |
download | external_curl-445085ad1110e215636704c9530ba16ae3e87329.tar.gz external_curl-445085ad1110e215636704c9530ba16ae3e87329.tar.bz2 external_curl-445085ad1110e215636704c9530ba16ae3e87329.zip |
Upgrade curl to curl-7_66_0
Test: None
Change-Id: I3b08841f93c0f51cca6ec168fe43b891f2ad58f1
Diffstat (limited to 'projects/Windows/VC12/lib/libcurl.vcxproj')
-rw-r--r-- | projects/Windows/VC12/lib/libcurl.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Windows/VC12/lib/libcurl.vcxproj b/projects/Windows/VC12/lib/libcurl.vcxproj index c77e935d..01a7bae6 100644 --- a/projects/Windows/VC12/lib/libcurl.vcxproj +++ b/projects/Windows/VC12/lib/libcurl.vcxproj @@ -2473,8 +2473,6 @@ <ClCompile Include="..\..\..\..\lib\socks_sspi.c" />
<ClCompile Include="..\..\..\..\lib\speedcheck.c" />
<ClCompile Include="..\..\..\..\lib\splay.c" />
- <ClCompile Include="..\..\..\..\lib\ssh.c" />
- <ClCompile Include="..\..\..\..\lib\ssh-libssh.c" />
<ClCompile Include="..\..\..\..\lib\strcase.c" />
<ClCompile Include="..\..\..\..\lib\strdup.c" />
<ClCompile Include="..\..\..\..\lib\strerror.c" />
@@ -2596,6 +2594,7 @@ <ClInclude Include="..\..\..\..\lib\pop3.h" />
<ClInclude Include="..\..\..\..\lib\progress.h" />
<ClInclude Include="..\..\..\..\lib\psl.h" />
+ <ClInclude Include="..\..\..\..\lib\quic.h" />
<ClInclude Include="..\..\..\..\lib\rand.h" />
<ClInclude Include="..\..\..\..\lib\rtsp.h" />
<ClInclude Include="..\..\..\..\lib\select.h" />
|