X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FMakefile.src.bor;h=6b6e1f408840788223fde8b225a72d7196205309;hp=6fbe79a0aebb7688e316582de6ea671d6494aba3;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=63dcf343f140162aa5e22089d090424dcf137e1a diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index 6fbe79a0..6b6e1f40 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -10,12 +10,12 @@ WARN=-w-8057 -w-8027 -w-8008 -w-8065 CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -O2 -6 -d -q $(WARN) ## variables -OBJS=cmpt.obj connect.obj convert.obj ftp.obj ftp-basic.obj \ - ftp-ls.obj ftp-opie.obj getopt.obj host.obj html-parse.obj html-url.obj \ - http.obj init.obj log.obj main.obj gnu-md5.obj netrc.obj \ - safe-ctype.obj hash.obj progress.obj ptimer.obj gen-md5.obj cookies.obj \ - recur.obj res.obj retr.obj url.obj utils.obj version.obj xmalloc.obj \ - mswindows.obj +OBJS=cmpt.obj connect.obj convert.obj ftp.obj ftp-basic.obj \ + ftp-ls.obj ftp-opie.obj getopt.obj host.obj html-parse.obj html-url.obj \ + http.obj init.obj log.obj main.obj gnu-md5.obj netrc.obj \ + safe-ctype.obj hash.obj progress.obj ptimer.obj gen-md5.obj cookies.obj \ + recur.obj res.obj retr.obj url.obj utils.obj version.obj xmalloc.obj \ + mswindows.obj spider.obj LIBDIR=$(MAKEDIR)\..\lib @@ -50,6 +50,7 @@ recur.obj+ res.obj+ retr.obj+ safe-ctype.obj+ +spider.obj+ url.obj+ utils.obj+ version.obj+ @@ -58,14 +59,14 @@ $<,$*,+ $(LIBDIR)\import32.lib+ $(LIBDIR)\cw32.lib -$(OBJS): config-post.h connect.h convert.h cookies.h ftp.h gen-md5.h \ - getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h \ - init.h log.h mswindows.h netrc.h options.h progress.h \ - ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h \ - url.h utils.h wget.h xmalloc.h - | +$(OBJS): config-post.h config.h connect.h convert.h cookies.h ftp.h \ + gen-md5.h getopt.h gnu-md5.h hash.h host.h html-parse.h \ + http-ntlm.h init.h log.h mswindows.h netrc.h options.h \ + progress.h ptimer.h recur.h res.h retr.h safe-ctype.h \ + spider.h ssl.h sysdep.h url.h utils.h wget.h xmalloc.h + # # Dependencies for cleanup