From: abbotti Date: Fri, 12 Apr 2002 16:18:23 +0000 (-0700) Subject: [svn] Removed pre-compiled header options. X-Git-Tag: v1.13~1808 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c528253f966a5a40ca00313c6701f15fc249eb12 [svn] Removed pre-compiled header options. --- diff --git a/ChangeLog b/ChangeLog index 150e36a4..091e7bf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-12 Ian Abbott + + * windows/Makefile.src.bor: Removed pre-compiled header options as + they increase build time (on my machine). + 2002-04-12 Ian Abbott * windows/config.h.bor: Account for Borland not defining `__STDC__' diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index e330503f..55f49a09 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -5,7 +5,7 @@ CC=bcc32 LINK=ilink32 LFLAGS= -CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -H -H=wget.csm -w- -O2 +CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -w- -O2 ## variables OBJS=cmpt.obj connect.obj fnmatch.obj ftp.obj ftp-basic.obj \