From ee5c68a963c9959ea1a5b6762fdea1dd94de98d1 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 17 Nov 2019 03:08:40 -0500 Subject: 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 --- projects/Windows/VC12/lib/libcurl.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'projects/Windows/VC12') diff --git a/projects/Windows/VC12/lib/libcurl.tmpl b/projects/Windows/VC12/lib/libcurl.tmpl index 7da14967e..9cdb4c20b 100644 --- a/projects/Windows/VC12/lib/libcurl.tmpl +++ b/projects/Windows/VC12/lib/libcurl.tmpl @@ -2381,11 +2381,15 @@ CURL_LIB_C_FILES CURL_LIB_VAUTH_C_FILES +CURL_LIB_VQUIC_C_FILES +CURL_LIB_VSSH_C_FILES CURL_LIB_VTLS_C_FILES CURL_LIB_H_FILES CURL_LIB_VAUTH_H_FILES +CURL_LIB_VQUIC_H_FILES +CURL_LIB_VSSH_H_FILES CURL_LIB_VTLS_H_FILES -- cgit v1.2.3