#############################################################\r
+# $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $\r
#\r
# Makefile for building libcurl with MSVC6\r
#\r
IMPLIB_NAME_DEBUG = libcurld_imp\r
\r
!IFNDEF OPENSSL_PATH\r
-OPENSSL_PATH = ../../openssl-0.9.7e\r
+OPENSSL_PATH = ../../openssl-0.9.8e\r
!ENDIF\r
\r
!IFNDEF ZLIB_PATH\r
-ZLIB_PATH = ../../zlib-1.2.1\r
+ZLIB_PATH = ../../zlib-1.2.3\r
!ENDIF\r
\r
!IFNDEF MACHINE\r
\r
# USE_WINDOWS_SSPI uses windows libraries to allow NTLM authentication\r
# without an openssl installation and offers the ability to authenticate\r
-# using the "current logged in user". It does however require that the\r
-# Windows SDK be installed.\r
+# using the "current logged in user". Since at least with MSVC6 the sspi.h\r
+# header is broken it is either required to install the Windows SDK,\r
+# or to fix sspi.h with adding this define at the beginning of sspi.h:\r
+# #define FreeCredentialHandle FreeCredentialsHandle\r
#\r
# If, for some reason the Windows SDK is installed but not installed\r
# in the default location, you can specify WINDOWS_SDK_PATH.\r
-########################################################\r
+#############################################################\r
# $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $\r
#\r
## Makefile for building curl.exe with MSVC6\r
## Comments to: Troy Engel <tengel@sonic.net>\r
## Updated by: Craig Davison <cd@securityfocus.com>\r
## release-ssl added by Miklos Nemeth <mnemeth@kfkisystems.com>\r
-## winmm.lib added by Miklos Nemeth <mnemeth@kfkisystems.com> to support\r
-## timeGetTime() in curlutil.c\r
+## winmm.lib added by Miklos Nemeth <mnemeth@kfkisystems.com> to\r
+## support timeGetTime() in curlutil.c\r
+#\r
+#############################################################\r
\r
PROGRAM_NAME = curl.exe\r
\r
!IFNDEF ZLIB_PATH\r
-ZLIB_PATH = ../../zlib-1.2.1\r
+ZLIB_PATH = ../../zlib-1.2.3\r
!ENDIF\r
\r
!IFNDEF OPENSSL_PATH\r
-OPENSSL_PATH = ../../openssl-0.9.7e\r
+OPENSSL_PATH = ../../openssl-0.9.8e\r
!ENDIF\r
\r
!IFNDEF MACHINE\r
\r
# USE_WINDOWS_SSPI uses windows libraries to allow NTLM authentication\r
# without an openssl installation and offers the ability to authenticate\r
-# using the "current logged in user". It does however require that the\r
-# Windows SDK be installed.\r
+# using the "current logged in user". Since at least with MSVC6 the sspi.h\r
+# header is broken it is either required to install the Windows SDK,\r
+# or to fix sspi.h with adding this define at the beginning of sspi.h:\r
+# #define FreeCredentialHandle FreeCredentialsHandle\r
#\r
# If, for some reason the Windows SDK is installed but not installed\r
# in the default location, you can specify WINDOWS_SDK_PATH.\r