diff options
-rw-r--r-- | lib/Makefile.vc6 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b2cda189d..67c9a941e 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
|