From c528253f966a5a40ca00313c6701f15fc249eb12 Mon Sep 17 00:00:00 2001 From: abbotti Date: Fri, 12 Apr 2002 09:18:23 -0700 Subject: [PATCH] [svn] Removed pre-compiled header options. --- ChangeLog | 5 +++++ windows/Makefile.src.bor | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 \ -- 2.39.2