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:
parent
4510858d9b
commit
c528253f96
@ -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>
|
2002-04-12 Ian Abbott <abbotti@mev.co.uk>
|
||||||
|
|
||||||
* windows/config.h.bor: Account for Borland not defining `__STDC__'
|
* windows/config.h.bor: Account for Borland not defining `__STDC__'
|
||||||
|
@ -5,7 +5,7 @@ CC=bcc32
|
|||||||
LINK=ilink32
|
LINK=ilink32
|
||||||
|
|
||||||
LFLAGS=
|
LFLAGS=
|
||||||
CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -H -H=wget.csm -w- -O2
|
CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -w- -O2
|
||||||
|
|
||||||
## variables
|
## variables
|
||||||
OBJS=cmpt.obj connect.obj fnmatch.obj ftp.obj ftp-basic.obj \
|
OBJS=cmpt.obj connect.obj fnmatch.obj ftp.obj ftp-basic.obj \
|
||||||
|
Loading…
Reference in New Issue
Block a user