diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-30 14:19:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-30 14:19:44 +0000 |
commit | d3e512c738a025b08a8894d46ef10f827d31f918 (patch) | |
tree | 364e6909873b9336381d941a8773a8434afaad3a | |
parent | 339f84fe1f0f5ea28192742d6a5662a58bf4dc81 (diff) |
Jörg Müller-Tolk updated this to build fine with 7.10.6
-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
|