Loading lib/Makefile.vc6 +6 −1 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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 lib/curllib.dsp +16 −0 Original line number Diff line number Diff line Loading @@ -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" Loading src/Makefile.vc6 +2 −0 Original line number Diff line number Diff line Loading @@ -101,3 +101,5 @@ clean: distrib: clean -@erase $(PROGRAM_NAME) hugehelp.c: hugehelp.c.cvs copy hugehelp.c.cvs hugehelp.c src/urlglob.c +5 −0 Original line number Diff line number Diff line Loading @@ -29,8 +29,13 @@ #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 Loading Loading
lib/Makefile.vc6 +6 −1 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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
lib/curllib.dsp +16 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
src/Makefile.vc6 +2 −0 Original line number Diff line number Diff line Loading @@ -101,3 +101,5 @@ clean: distrib: clean -@erase $(PROGRAM_NAME) hugehelp.c: hugehelp.c.cvs copy hugehelp.c.cvs hugehelp.c
src/urlglob.c +5 −0 Original line number Diff line number Diff line Loading @@ -29,8 +29,13 @@ #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 Loading