Juan F. Codagnone's fixes to build properly on Windows again

This commit is contained in:
Daniel Stenberg
2003-07-23 08:21:21 +00:00
parent a91ce6a5d6
commit 1a94fee42d
4 changed files with 29 additions and 1 deletions

View File

@@ -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