[svn] Compile in vsnprintf.c under Windows.

Published by Herold Heiko in
<412FC0AFD62ED31191B40008C7E9A11A2AABF0@srvnt04.previnet.it>.
This commit is contained in:
hniksic 2000-11-16 01:52:45 -08:00
parent cc3b6eb3e4
commit 2097b8beaf
2 changed files with 6 additions and 2 deletions

View File

@ -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>
* util/rmold.pl: Various fixes.

View File

@ -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 \
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 \
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