1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Reenable compilation under Watcom C.

By Chin-yuan Kuo.
This commit is contained in:
hniksic 2003-10-25 17:35:15 -07:00
parent 62304c5611
commit ac091896b6
3 changed files with 7 additions and 2 deletions

View File

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

View 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

View 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