From 6dd4fe0740b86087d9bb1957f191da1fb6e6b7e6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Mar 2007 22:26:59 +0000 Subject: - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct machine type too. --- lib/Makefile.vc6 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b70fb2226..7684c4f00 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -41,6 +41,10 @@ OPENSSL_PATH = ../../openssl-0.9.7e ZLIB_PATH = ../../zlib-1.2.1 !ENDIF +!IFNDEF MACHINE +MACHINE = X86 +!ENDIF + # 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 @@ -74,7 +78,7 @@ CFLAGS = /I. /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /DBUILDING_LIBC CFLAGSLIB = /DCURL_STATICLIB LNKDLL = link.exe /DLL LNKLIB = link.exe /lib -LFLAGS = /nologo +LFLAGS = /nologo /machine:$(MACHINE) SSLLIBS = libeay32.lib ssleay32.lib ZLIBLIBSDLL= zdll.lib ZLIBLIBS = zlib.lib -- cgit v1.2.3