diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-12 11:14:14 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-25 09:11:59 +0000 |
commit | dc72f8df0c914de688077f296bf94360cf928529 (patch) | |
tree | 95746197b28475d80942ba3c2e6472457881b01e /projects/Windows/VC8 | |
parent | f8d88a491397a13f0e676bd0b2d0f275a728b860 (diff) |
build: Updated all makefiles and project files for the new vauth directory
Updated the makefiles and Visual Studio project files to support moving
the authentication code to the new lib/vauth directory that was started
in commit 0d04e859e1.
Diffstat (limited to 'projects/Windows/VC8')
-rw-r--r-- | projects/Windows/VC8/lib/libcurl.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/projects/Windows/VC8/lib/libcurl.tmpl b/projects/Windows/VC8/lib/libcurl.tmpl index b57c49f4e..aa2eb7d48 100644 --- a/projects/Windows/VC8/lib/libcurl.tmpl +++ b/projects/Windows/VC8/lib/libcurl.tmpl @@ -3629,6 +3629,20 @@ CURL_LIB_H_FILES CURL_LIB_RC_FILES </Filter> <Filter + Name="vauth" + > + <Filter + Name="Source Files" + > +CURL_LIB_VAUTH_C_FILES + </Filter> + <Filter + Name="Header Files" + > +CURL_LIB_VAUTH_H_FILES + </Filter> + </Filter> + <Filter Name="vtls" > <Filter |