[svn] Reenable warnings under Borland C, disabling only specific warnings.

Generate Pentium Pro code by default.
This commit is contained in:
hniksic 2005-03-05 18:25:12 -08:00
parent e2241936d0
commit 3cb4f464c4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-03-06 Hrvoje Niksic <hniksic@xemacs.org>
* windows/Makefile.src.bor: Reenable warnings under Borland C,
disabling only specific warnings. Generate Pentium Pro code by
default.
2003-02-24 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Don't check for AI_ADDRCONFIG here, it is checked

View File

@ -6,7 +6,8 @@ CC=bcc32
LINK=ilink32
LFLAGS=
CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -w- -O2
WARN=-w-8057 -w-8027 -w-8066 -w-8008 -w-8065
CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -O2 -6 $(WARN)
## variables
OBJS=cmpt.obj connect.obj convert.obj ftp.obj ftp-basic.obj \