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:
parent
62304c5611
commit
ac091896b6
@ -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>
|
2003-10-26 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* windows/config.h.bor: DEBUG is now ENABLE_DEBUG. Borland has
|
* windows/config.h.bor: DEBUG is now ENABLE_DEBUG. Borland has
|
||||||
|
@ -51,7 +51,7 @@ CFLAGS+= /os /d2
|
|||||||
#CFLAGS+= /DDEBUG_MALLOC
|
#CFLAGS+= /DDEBUG_MALLOC
|
||||||
# ^^-- mind the gap !!
|
# ^^-- 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 &
|
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 &
|
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
|
recur.obj res.obj retr.obj safe-ctype.obj url.obj utils.obj version.obj mswindows.obj
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
#define USE_DIGEST 1
|
#define USE_DIGEST 1
|
||||||
|
|
||||||
/* Define if you want the debug output support compiled in. */
|
/* Define if you want the debug output support compiled in. */
|
||||||
#define DEBUG
|
#define ENABLE_DEBUG
|
||||||
|
|
||||||
/* Define if you have sys/time.h header. */
|
/* Define if you have sys/time.h header. */
|
||||||
#undef HAVE_SYS_TIME_H
|
#undef HAVE_SYS_TIME_H
|
||||||
|
Loading…
Reference in New Issue
Block a user