]> sjero.net Git - wget/commitdiff
[svn] Reenable compilation under Watcom C.
authorhniksic <devnull@localhost>
Sun, 26 Oct 2003 00:35:15 +0000 (17:35 -0700)
committerhniksic <devnull@localhost>
Sun, 26 Oct 2003 00:35:15 +0000 (17:35 -0700)
By Chin-yuan Kuo.

ChangeLog
windows/Makefile.watcom
windows/config.h.ms

index 5a8f7508defeba97a2d432537740fbb8655eca0a..a077ab18202d7065e8e3f34428396bdb6ce029dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.src.watcom (OBJS): Use convert.c.
+       From Chin-yuan Kuo.
+
 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * windows/config.h.bor: DEBUG is now ENABLE_DEBUG.  Borland has
index 7a86de92eead47d4fe86453fea826886b0012335..44d0b5baefe64c4e28b7c985bc375311d9509f40 100644 (file)
@@ -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
index a11a4b4ec0cc854aaccef8579087b9e1198e51cf..15a880acac138fa602659ee90a0f0e67ab69ee63 100644 (file)
@@ -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