diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-06-03 21:17:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-06-03 21:17:35 -0400 |
commit | d1349dd61e0c9248ec9be3edaa37a67952e44300 (patch) | |
tree | cc38442efa38ebd0cbb683866bc0ac8caf066a69 /src/chrtrans | |
parent | 8c68f693cc82e6650afff52fe478c0ccde4bc015 (diff) | |
download | lynx-snapshots-d1349dd61e0c9248ec9be3edaa37a67952e44300.tar.gz |
snapshot of project "lynx", label v2-8-4dev_21
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makefile.dos | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chrtrans/makefile.dos b/src/chrtrans/makefile.dos index 3ba32967..03bb135d 100644 --- a/src/chrtrans/makefile.dos +++ b/src/chrtrans/makefile.dos @@ -12,11 +12,11 @@ CFLAGS = $(MCFLAGS) CC = gcc -MCFLAGS = -O1 -DDOSPATH -DNO_TTYTYP \ +MCFLAGS = -O2 -DDOSPATH -DNO_TTYTYP \ -I. \ -I../../WWW/Library/Implementation \ --I../../djgpp/watt32/inc \ --I../../djgpp/watt32/inc/sys \ +-I/djgpp/watt32/inc \ +-I/djgpp/watt32/inc/sys \ -I../.. .SUFFIXES: .tbl |