aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.vc67
-rw-r--r--lib/curllib.dsp16
2 files changed, 22 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index dfbd07a50..b2cda189d 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -202,7 +202,9 @@ X_OBJS= \
$(DIROBJ)\hash.obj \
$(DIROBJ)\llist.obj \
$(DIROBJ)\share.obj \
- $(DIROBJ)\multi.obj
+ $(DIROBJ)\multi.obj \
+ $(DIROBJ)\http_digest.obj \
+ $(DIROBJ)\md5.obj
all : $(TARGET)
@@ -224,3 +226,6 @@ clean:
-@erase $(DIROBJ)\*.obj
-@erase vc60.idb
-@erase vc60.pch
+
+getdate.c: getdate.c.cvs
+ copy getdate.c.cvs getdate.c
diff --git a/lib/curllib.dsp b/lib/curllib.dsp
index ab711dc87..6e432aec9 100644
--- a/lib/curllib.dsp
+++ b/lib/curllib.dsp
@@ -389,6 +389,22 @@ SOURCE=.\url.h
SOURCE=.\urldata.h
# End Source File
+# Begin Source File
+
+SOURCE=.\http_digest.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\md5.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\http_digest.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\md5.h
+# End Source File
# End Group
# Begin Group "Resource Files"