1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/winbuild
Marc Hoersken 9d8375c29b winbuild: Allow SSPI build with or without Schannel
The changes introduced in commit 2bfa57bc32 are not enough
to make it actually possible to use the USE_WINSSL option.
Makefile.vc was not updated and the configuration name which is
used in the build path did not match between both build files.

This patch fixes those issues and introduces the following changes:

- Replaced the -schannel name with -winssl in order to be consistent
with the other options
- Added ENABLE_WINSSL option to winbuild/Makefile.vc (default yes)
- Changed winbuild/MakefileBuild.vc to set USE_WINSSL to true if
USE_SSL is false and USE_WINSSL was not specified as a parameter
- Separated WINSSL handling from SSPI handling to be consistent with
the other options and their corresponding code path
2012-06-14 18:16:47 +02:00
..
BUILD.WINDOWS.txt - typo 2011-05-20 13:35:23 +02:00
gen_resp_file.bat Set batch mode to 755 to make Cygwin git pulls work. 2012-04-13 12:11:31 +02:00
Makefile.vc winbuild: Allow SSPI build with or without Schannel 2012-06-14 18:16:47 +02:00
MakefileBuild.vc winbuild: Allow SSPI build with or without Schannel 2012-06-14 18:16:47 +02:00