aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC10/lib/libcurl.tmpl
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-11-17 03:08:40 -0500
committerJay Satiro <raysatiro@yahoo.com>2019-11-24 03:15:32 -0500
commitee5c68a963c9959ea1a5b6762fdea1dd94de98d1 (patch)
treedbdb3305d31398f8320b9ba3ece7a523b71dea16 /projects/Windows/VC10/lib/libcurl.tmpl
parent036ebac0134de3b72052a46f734e4ca81bb96055 (diff)
projects: Fix Visual Studio projects SSH builds
- Generate VQUIC and VSSH filenames in Visual Studio project files. Prior to this change generated Visual Studio project configurations that enabled SSH did not build properly. Broken since SSH files were moved to lib/vssh 3 months ago in 5b2d703. Fixes https://github.com/curl/curl/issues/4492 Fixes https://github.com/curl/curl/issues/4630 Closes https://github.com/curl/curl/pull/4607
Diffstat (limited to 'projects/Windows/VC10/lib/libcurl.tmpl')
-rw-r--r--projects/Windows/VC10/lib/libcurl.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/Windows/VC10/lib/libcurl.tmpl b/projects/Windows/VC10/lib/libcurl.tmpl
index d1f756bc5..d6c62b593 100644
--- a/projects/Windows/VC10/lib/libcurl.tmpl
+++ b/projects/Windows/VC10/lib/libcurl.tmpl
@@ -2325,11 +2325,15 @@
<ItemGroup>
CURL_LIB_C_FILES
CURL_LIB_VAUTH_C_FILES
+CURL_LIB_VQUIC_C_FILES
+CURL_LIB_VSSH_C_FILES
CURL_LIB_VTLS_C_FILES
</ItemGroup>
<ItemGroup>
CURL_LIB_H_FILES
CURL_LIB_VAUTH_H_FILES
+CURL_LIB_VQUIC_H_FILES
+CURL_LIB_VSSH_H_FILES
CURL_LIB_VTLS_H_FILES
</ItemGroup>
<ItemGroup>