diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b2cda189db79d2f3e42136da3a41861a55219d4f..67c9a941e8ae4b1355883f9eaa023b4bdef42833 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