]> sjero.net Git - wget/commitdiff
[svn] Removed pre-compiled header options.
authorabbotti <devnull@localhost>
Fri, 12 Apr 2002 16:18:23 +0000 (09:18 -0700)
committerabbotti <devnull@localhost>
Fri, 12 Apr 2002 16:18:23 +0000 (09:18 -0700)
ChangeLog
windows/Makefile.src.bor

index 150e36a4c429a9a6adb75bb17b2a674a9e847ecd..091e7bf188a04480051021f7d059aa91166daf8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
+
+       * windows/Makefile.src.bor: Removed pre-compiled header options as
+       they increase build time (on my machine).
+
 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
 
        * windows/config.h.bor: Account for Borland not defining `__STDC__'
index e330503f04836f1fcdae8204843f36827ba7647c..55f49a095bd606aa8184e92861cdb1668327e450 100644 (file)
@@ -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  \