$(DIROBJ)\hash.obj \\r
$(DIROBJ)\llist.obj \\r
$(DIROBJ)\share.obj \\r
- $(DIROBJ)\multi.obj\r
+ $(DIROBJ)\multi.obj \\r
+ $(DIROBJ)\http_digest.obj \\r
+ $(DIROBJ)\md5.obj\r
\r
all : $(TARGET)\r
\r
-@erase $(DIROBJ)\*.obj\r
-@erase vc60.idb\r
-@erase vc60.pch\r
+\r
+getdate.c: getdate.c.cvs\r
+ copy getdate.c.cvs getdate.c\r
\r
SOURCE=.\urldata.h\r
# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_digest.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\md5.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\http_digest.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\md5.h\r
+# End Source File\r
# End Group\r
# Begin Group "Resource Files"\r
\r
distrib: clean\r
-@erase $(PROGRAM_NAME)\r
\r
+hugehelp.c: hugehelp.c.cvs\r
+ copy hugehelp.c.cvs hugehelp.c\r
#include <string.h>
#include <ctype.h>
#include <curl/curl.h>
+
+#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
+#include <curl/mprintf.h>
+
#include "urlglob.h"
+
#ifdef CURLDEBUG
#include "../lib/memdebug.h"
#endif