]> sjero.net Git - wget/blobdiff - windows/Makefile.src
[svn] Commit Herold Heiko's fixes for compilation under Windows.
[wget] / windows / Makefile.src
index 0dea915cf5dc785dc8382322d9c636b0f7e4aebc..7fb8ccebc13b411ed9243ff3dace2ac5d1206c6a 100644 (file)
@@ -46,13 +46,15 @@ LINK    = $(LD) $(LDFLAGS) $(DEBUGLF) /out:$@
 
 RM      = del
 
-SRC = cmpt.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c ftp-ls.c \
-      ftp-opie.c getopt.c hash.c headers.c html-parse.c html-url.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
-
-OBJ = cmpt$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o ftp-ls$o \
-      ftp-opie$o getopt$o hash$o headers$o html-parse$o html-url$o retr$o recur$o url$o init$o utils$o main$o \
-      version$o mswindows$o fnmatch$o md5$o rbuf$o log$o
+SRC = cmpt.c safe-ctype.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c \
+      ftp-ls.c ftp-opie.c getopt.c hash.c headers.c html-parse.c html-url.c \
+      retr.c recur.c url.c cookies.c init.c utils.c main.c version.c \
+      mswindows.c fnmatch.c md5.c rbuf.c log.c
+
+OBJ = cmpt$o safe-ctype$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o \
+      ftp-ls$o ftp-opie$o getopt$o hash$o headers$o html-parse$o html-url$o \
+      retr$o recur$o url$o cookies$o init$o utils$o main$o version$o \
+      mswindows$o fnmatch$o md5$o rbuf$o log$o
 
 .SUFFIXES: .c .obj