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