X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2FMakefile.src.bor;h=2dbcfccc73a1f7bb94192eefefa6390f634ce87a;hb=80c3fa12230f0ba50c85409aa2789ed856d9ef27;hp=27f82d0a9f03e31b95eebda3f77c16d03975da3b;hpb=27d444e11fe26ac42dd54238d97264d42e1933a8;p=wget diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index 27f82d0a..2dbcfccc 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -58,7 +58,11 @@ $<,$*,+ $(LIBDIR)\import32.lib+ $(LIBDIR)\cw32.lib - +$(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 ssl.h sysdep.h \ + url.h utils.h wget.h xmalloc.h | @@ -70,10 +74,12 @@ $(LIBDIR)\cw32.lib clean: $(RM) *.bak $(RM) *.obj - $(RM) *.exe - $(RM) *.map - $(RM) *.tds + $(RM) wget.exe + $(RM) wget.ilc + $(RM) wget.ild + $(RM) wget.ilf + $(RM) wget.ils + $(RM) wget.map + $(RM) wget.tds o = .obj - -!include "..\windows\wget.dep"