mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Compile in vsnprintf.c under Windows.
Published by Herold Heiko in <412FC0AFD62ED31191B40008C7E9A11A2AABF0@srvnt04.previnet.it>.
This commit is contained in:
parent
cc3b6eb3e4
commit
2097b8beaf
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-16 Herold Heiko <Heiko.Herold@previnet.it>
|
||||||
|
|
||||||
|
* windows/Makefile.src: Compile in vsnprintf.c.
|
||||||
|
|
||||||
2000-11-02 Matthew Seaman <m.seaman@inpharmatica.co.uk>
|
2000-11-02 Matthew Seaman <m.seaman@inpharmatica.co.uk>
|
||||||
|
|
||||||
* util/rmold.pl: Various fixes.
|
* util/rmold.pl: Various fixes.
|
||||||
|
@ -48,11 +48,11 @@ RM = del
|
|||||||
|
|
||||||
SRC = alloca.c cmpt.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c ftp-ls.c \
|
SRC = alloca.c cmpt.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c ftp-ls.c \
|
||||||
ftp-opie.c getopt.c headers.c html.c retr.c recur.c url.c init.c utils.c main.c \
|
ftp-opie.c getopt.c headers.c html.c retr.c recur.c url.c init.c utils.c main.c \
|
||||||
version.c mswindows.c fnmatch.c md5.c rbuf.c log.c
|
version.c mswindows.c fnmatch.c md5.c rbuf.c log.c snprintf.c
|
||||||
|
|
||||||
OBJ = alloca$o cmpt$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o ftp-ls$o \
|
OBJ = alloca$o cmpt$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o ftp-ls$o \
|
||||||
ftp-opie$o headers$o html$o retr$o recur$o url$o init$o utils$o main$o \
|
ftp-opie$o headers$o html$o retr$o recur$o url$o init$o utils$o main$o \
|
||||||
getopt$o version$o mswindows$o fnmatch$o md5$o rbuf$o log$o
|
getopt$o version$o mswindows$o fnmatch$o md5$o rbuf$o log$o snprintf$o
|
||||||
|
|
||||||
.SUFFIXES: .c .obj
|
.SUFFIXES: .c .obj
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user