]> sjero.net Git - wget/commitdiff
[svn] Update windows Makefiles and dependencies.
authorhniksic <devnull@localhost>
Mon, 19 Nov 2001 15:13:38 +0000 (07:13 -0800)
committerhniksic <devnull@localhost>
Mon, 19 Nov 2001 15:13:38 +0000 (07:13 -0800)
Submitted by Herold Heiko.

ChangeLog
windows/Makefile.src
windows/Makefile.src.bor
windows/Makefile.watcom
windows/config.h.bor
windows/config.h.ms
windows/wget.dep

index 5fc352dffb967c8a641c1cc649116e616f7a4807..45d6568ef2847debf7a3f6d8a1997891a74cc0bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * windows/Makefile.src:
+       * windows/Makefile.src.bor:
+       * windows/Makefile.watcom:
+       * windows/config.h.bor:
+       * windows/config.h.ms:
+       * windows/wget.dep:
+       Windows update.
+
 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * configure.in: Check for getopt_long in libc.
index ef2976673d7855a846e0e096db8c50adafb73f0a..f1739f78213ffa949a807245b2d8c088d6036e99 100644 (file)
@@ -54,13 +54,13 @@ RM      = del
 
 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 $(SSLSRC)
+      retr.c recur.c res.c url.c cookies.c init.c utils.c main.c version.c \
+      mswindows.c fnmatch.c gnu-md5.c rbuf.c log.c $(SSLSRC)
 
 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 $(SSLOBJ)
+      retr$o recur$o res$o url$o cookies$o init$o utils$o main$o version$o \
+      mswindows$o fnmatch$o gnu-md5$o rbuf$o log$o $(SSLOBJ)
 
 .SUFFIXES: .c .obj
 
index e0800b991824a59b6336602fd1e000d6c33f7fbc..b3b2818a3681b4a9e5685b50f839ed6692cd796d 100644 (file)
@@ -10,9 +10,9 @@ CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -H -H=wget.csm -w-
 ## variables
 OBJS=cmpt.obj connect.obj fnmatch.obj ftp.obj ftp-basic.obj  \
       ftp-ls.obj ftp-opie.obj getopt.obj headers.obj host.obj html.obj \
-      http.obj init.obj log.obj main.obj md5.obj netrc.obj rbuf.obj  \
+      http.obj init.obj log.obj main.obj gnu-md5.obj netrc.obj rbuf.obj  \
       alloca.obj \
-      recur.obj retr.obj url.obj utils.obj version.obj mswindows.obj
+      recur.obj res.obj retr.obj url.obj utils.obj version.obj mswindows.obj
 
 LIBDIR=$(MAKEDIR)\..\lib
 
@@ -25,11 +25,12 @@ version.obj+
 utils.obj+
 url.obj+
 retr.obj+
+res.obj+
 recur.obj+
 rbuf.obj+
 netrc.obj+
 mswindows.obj+
-md5.obj+
+gnu-md5.obj+
 main.obj+
 log.obj+
 init.obj+
index fc051d2ed35e7f1af0233c3847124d1ca0e559c6..47e21c4bf40a8c48ec115859108bee9a88b10eb1 100644 (file)
@@ -53,8 +53,8 @@ CFLAGS+= /os /d2
 
 OBJS = cmpt.obj connect.obj cookies.obj fnmatch.obj ftp.obj ftp-basic.obj  &
       ftp-ls.obj ftp-opie.obj getopt.obj hash.obj headers.obj host.obj html-parse.obj html-url.obj  &
-      http.obj init.obj log.obj main.obj md5.obj netrc.obj rbuf.obj  &
-      recur.obj retr.obj safe-ctype.obj url.obj utils.obj version.obj mswindows.obj
+      http.obj init.obj log.obj main.obj gnu-md5.obj netrc.obj rbuf.obj  &
+      recur.obj res.obj retr.obj safe-ctype.obj url.obj utils.obj version.obj mswindows.obj
 
 LIBFILES = 
 #
index 736f4fe3cf3705e474213a714e1837fe338fc374..c718cf678cb8d2add5706218d9e39cf028809717 100644 (file)
@@ -167,4 +167,13 @@ char *alloca ();
 /* Define to 1 if ANSI function prototypes are usable.  */
 #define PROTOTYPES 1
 
+/* Define if we're compiling in support for MD5.  */
+#define HAVE_MD5 1
+
+/* Define if we're using Solaris libmd5.  */
+#undef HAVE_SOLARIS_MD5
+
+/* Define if we're using builtin (GNU) md5.c.  */
+#define HAVE_BUILTIN_MD5 1
+
 #endif /* CONFIG_H */
index 60692de876107194cf9b1f19773dc8a000f05baf..6d7471102fde08dea5cef7e2ff7abfae838c9f94 100644 (file)
@@ -173,6 +173,15 @@ char *alloca ();
 /* Define to 1 if ANSI function prototypes are usable.  */
 #define PROTOTYPES 1
 
+/* Define if we're compiling in support for MD5.  */
+#define HAVE_MD5 1
+
+/* Define if we're using Solaris libmd5.  */
+#undef HAVE_SOLARIS_MD5
+
+/* Define if we're using builtin (GNU) md5.c.  */
+#define HAVE_BUILTIN_MD5 1
+
 /* Work around VC 6 issues */
 #define inline __inline
 #define ftruncate chsize
index c596bd6f4271ec5e404155072764f5bbbfe3f173..848c15347315e2c8e86485194d4c49288577e00a 100644 (file)
@@ -6,7 +6,7 @@ cookies$o: cookies.c wget.h cookies.h hash.h url.h utils.h
 fnmatch$o: fnmatch.c config.h wget.h sysdep.h options.h fnmatch.h
 ftp-basic$o: ftp-basic.c config.h wget.h sysdep.h options.h utils.h rbuf.h connect.h host.h
 ftp-ls$o: ftp-ls.c config.h wget.h sysdep.h options.h utils.h ftp.h url.h
-ftp-opie$o: ftp-opie.c config.h wget.h sysdep.h options.h md5.h
+ftp-opie$o: ftp-opie.c config.h wget.h sysdep.h options.h gnu-md5.h
 ftp$o: ftp.c config.h wget.h sysdep.h options.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h
 getopt$o: getopt.c wget.h sysdep.h options.h getopt.h
 hash$o: hash.c wget.h utils.h hash.h
@@ -15,11 +15,11 @@ host$o: host.c config.h wget.h sysdep.h options.h utils.h host.h url.h hash.h
 html-parse$o: wget.h html-parse.h
 html-url$o: wget.h html-parse.h url.h utils.h
 html$o: wget.h url.h utils.h ftp.h
-http$o: http.c config.h wget.h sysdep.h options.h utils.h url.h host.h rbuf.h retr.h headers.h connect.h fnmatch.h netrc.h md5.h
+http$o: http.c config.h wget.h sysdep.h options.h utils.h url.h host.h rbuf.h retr.h headers.h connect.h fnmatch.h netrc.h gnu-md5.h
 init$o: init.c config.h wget.h sysdep.h options.h utils.h init.h host.h recur.h netrc.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
-md5$o: md5.c wget.h sysdep.h options.h md5.h
+gnu-md5$o: gnu-md5.c wget.h sysdep.h options.h gnu-md5.h
 mswindows$o: wget.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