winbuild: Updated winbuild scripts to add schannel

This commit is contained in:
Marc Hoersken
2012-06-11 19:03:14 +02:00
committed by Daniel Stenberg
parent 7da6a9128b
commit cb142cf217
3 changed files with 13 additions and 6 deletions

View File

@@ -73,6 +73,10 @@ SSL = dll
!ELSEIF "$(WITH_SSL)"=="static"
USE_SSL = true
SSL = static
!ELSEIF "$(WITH_SSL)"=="schannel"
USE_SSL = true
USE_SSPI = true
SSL = schannel
!ENDIF
!IF "$(WITH_ZLIB)"=="dll"