diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-11-17 03:08:40 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-11-24 03:15:32 -0500 |
commit | ee5c68a963c9959ea1a5b6762fdea1dd94de98d1 (patch) | |
tree | dbdb3305d31398f8320b9ba3ece7a523b71dea16 /projects/Windows/VC8 | |
parent | 036ebac0134de3b72052a46f734e4ca81bb96055 (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/VC8')
-rw-r--r-- | projects/Windows/VC8/lib/libcurl.tmpl | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/projects/Windows/VC8/lib/libcurl.tmpl b/projects/Windows/VC8/lib/libcurl.tmpl index 417333b5f..0a061c39e 100644 --- a/projects/Windows/VC8/lib/libcurl.tmpl +++ b/projects/Windows/VC8/lib/libcurl.tmpl @@ -3643,6 +3643,34 @@ CURL_LIB_VAUTH_H_FILES </Filter> </Filter> <Filter + Name="vquic" + > + <Filter + Name="Source Files" + > +CURL_LIB_VQUIC_C_FILES + </Filter> + <Filter + Name="Header Files" + > +CURL_LIB_VQUIC_H_FILES + </Filter> + </Filter> + <Filter + Name="vssh" + > + <Filter + Name="Source Files" + > +CURL_LIB_VSSH_C_FILES + </Filter> + <Filter + Name="Header Files" + > +CURL_LIB_VSSH_H_FILES + </Filter> + </Filter> + <Filter Name="vtls" > <Filter |