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/VC6/lib/libcurl.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'projects/Windows/VC6') diff --git a/projects/Windows/VC6/lib/libcurl.tmpl b/projects/Windows/VC6/lib/libcurl.tmpl index 26cc2abba..a5a8b46ef 100644 --- a/projects/Windows/VC6/lib/libcurl.tmpl +++ b/projects/Windows/VC6/lib/libcurl.tmpl @@ -730,6 +730,8 @@ LIB32=link.exe -lib # PROP Default_Filter "" CURL_LIB_C_FILES CURL_LIB_VAUTH_C_FILES +CURL_LIB_VQUIC_C_FILES +CURL_LIB_VSSH_C_FILES CURL_LIB_VTLS_C_FILES # End Group # Begin Group "Header Files" @@ -737,6 +739,8 @@ CURL_LIB_VTLS_C_FILES # PROP Default_Filter "" CURL_LIB_H_FILES CURL_LIB_VAUTH_H_FILES +CURL_LIB_VQUIC_H_FILES +CURL_LIB_VSSH_H_FILES CURL_LIB_VTLS_H_FILES # End Group # Begin Group "Resource Files" -- cgit v1.2.3