From: hniksic Date: Sun, 26 Oct 2003 00:35:15 +0000 (-0700) Subject: [svn] Reenable compilation under Watcom C. X-Git-Tag: v1.13~1548 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=ac091896b62bc6cd91a1bf563ac95eef8485743d [svn] Reenable compilation under Watcom C. By Chin-yuan Kuo. --- diff --git a/ChangeLog b/ChangeLog index 5a8f7508..a077ab18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-26 Hrvoje Niksic + + * windows/Makefile.src.watcom (OBJS): Use convert.c. + From Chin-yuan Kuo. + 2003-10-26 Hrvoje Niksic * windows/config.h.bor: DEBUG is now ENABLE_DEBUG. Borland has diff --git a/windows/Makefile.watcom b/windows/Makefile.watcom index 7a86de92..44d0b5ba 100644 --- a/windows/Makefile.watcom +++ b/windows/Makefile.watcom @@ -51,7 +51,7 @@ CFLAGS+= /os /d2 #CFLAGS+= /DDEBUG_MALLOC # ^^-- mind the gap !! -OBJS = cmpt.obj connect.obj cookies.obj ftp.obj ftp-basic.obj & +OBJS = cmpt.obj convert.obj connect.obj cookies.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 gen-md5.obj gnu-md5.obj netrc.obj progress.obj rbuf.obj & recur.obj res.obj retr.obj safe-ctype.obj url.obj utils.obj version.obj mswindows.obj diff --git a/windows/config.h.ms b/windows/config.h.ms index a11a4b4e..15a880ac 100644 --- a/windows/config.h.ms +++ b/windows/config.h.ms @@ -55,7 +55,7 @@ #define USE_DIGEST 1 /* Define if you want the debug output support compiled in. */ -#define DEBUG +#define ENABLE_DEBUG /* Define if you have sys/time.h header. */ #undef HAVE_SYS_TIME_H