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

[svn] Removed pre-compiled header options.

This commit is contained in:
abbotti 2002-04-12 09:18:23 -07:00
parent 4510858d9b
commit c528253f96
2 changed files with 6 additions and 1 deletions

View File

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

View 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 \