mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Dependcies update for src/mswindows.c.
Submitted by Ian Abbott in <3C98D8C6.31335.36EB6F@localhost>.
This commit is contained in:
parent
e3d711545b
commit
9f485af560
@ -1,7 +1,13 @@
|
||||
2002-03-20 Ian Abbott <abbotti@mev.co.uk>
|
||||
|
||||
* * windows/wget.dep: Fix dependencies for target mswindows$o
|
||||
(mswindows.obj)
|
||||
|
||||
2002-03-19 Chin-yuan Kuo <sr1111111@yahoo.com.tw>
|
||||
|
||||
* 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 <abbotti@mev.co.uk>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-20 Ian Abbott <abbotti@mev.co.uk>
|
||||
|
||||
* mswindows.c: Include "utils.h".
|
||||
|
||||
2002-03-18 Ian Abbott <abbotti@mev.co.uk>
|
||||
|
||||
* host.h: Don't include netdb.h on windows.
|
||||
|
@ -29,6 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <errno.h>
|
||||
|
||||
#include "wget.h"
|
||||
#include "utils.h"
|
||||
#include "url.h"
|
||||
|
||||
#ifndef errno
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user