From 9f485af5601c25ec3b1aed98378063fd26ab5737 Mon Sep 17 00:00:00 2001 From: abbotti Date: Wed, 20 Mar 2002 10:56:45 -0800 Subject: [PATCH] [svn] Dependcies update for src/mswindows.c. Submitted by Ian Abbott in <3C98D8C6.31335.36EB6F@localhost>. --- ChangeLog | 8 ++++++++ src/ChangeLog | 4 ++++ src/mswindows.c | 1 + windows/wget.dep | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2ebf475..3b41ff97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ +2002-03-20 Ian Abbott + + * * windows/wget.dep: Fix dependencies for target mswindows$o + (mswindows.obj) + 2002-03-19 Chin-yuan Kuo * configure.bat.in: Do not check %BORPATH% as C++Builder compiler does not use it. + * windows/Makefile.src.bor: * windows/config.h.bor: Migrated to free (as in beer) C++Builder compiler. @@ -9,7 +15,9 @@ 2002-03-13 Ian Abbott * configure.bat: Removed (renamed to configure.bat.ini). + * configure.bat.in: New (renamed from configure.bat). + * Makefile.in: Add rule to copy configure.bat.in to configure.bat, converting line endings to MS-DOS format in the process. diff --git a/src/ChangeLog b/src/ChangeLog index da065095..bdc82ce5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-20 Ian Abbott + + * mswindows.c: Include "utils.h". + 2002-03-18 Ian Abbott * host.h: Don't include netdb.h on windows. diff --git a/src/mswindows.c b/src/mswindows.c index f10c6123..95d89102 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -29,6 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include "wget.h" +#include "utils.h" #include "url.h" #ifndef errno diff --git a/windows/wget.dep b/windows/wget.dep index 848c1534..2d29231e 100644 --- a/windows/wget.dep +++ b/windows/wget.dep @@ -20,7 +20,7 @@ init$o: init.c config.h wget.h sysdep.h options.h utils.h init.h host.h recur.h log$o: log.c config.h wget.h sysdep.h options.h utils.h main$o: main.c config.h wget.h sysdep.h options.h utils.h getopt.h init.h retr.h recur.h host.h gnu-md5$o: gnu-md5.c wget.h sysdep.h options.h gnu-md5.h -mswindows$o: wget.h url.h +mswindows$o: wget.h utils.h url.h netrc$o: netrc.c wget.h sysdep.h options.h utils.h netrc.h init.h rbuf$o: rbuf.c config.h wget.h sysdep.h options.h rbuf.h connect.h recur$o: recur.c config.h wget.h sysdep.h options.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h -- 2.39.2