From: Daniel Stenberg Date: Wed, 30 Jul 2003 14:19:44 +0000 (+0000) Subject: Jörg Müller-Tolk updated this to build fine with 7.10.6 X-Git-Tag: curl-7_10_7~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3e512c738a025b08a8894d46ef10f827d31f918;p=thirdparty%2Fcurl.git Jörg Müller-Tolk updated this to build fine with 7.10.6 --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b2cda189db..67c9a941e8 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -204,6 +204,8 @@ X_OBJS= \ $(DIROBJ)\share.obj \ $(DIROBJ)\multi.obj \ $(DIROBJ)\http_digest.obj \ + $(DIROBJ)\http_negotiate.obj \ + $(DIROBJ)\http_ntlm.obj \ $(DIROBJ)\md5.obj all : $(TARGET) @@ -226,6 +228,3 @@ clean: -@erase $(DIROBJ)\*.obj -@erase vc60.idb -@erase vc60.pch - -getdate.c: getdate.c.cvs - copy getdate.c.cvs getdate.c