about summary refs log tree commit diff stats
path: root/src/makefile.dos
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-02-13 12:01:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-02-13 12:01:00 -0500
commitc82d2a4041724afe1dce249c78c4f034ca6a8d69 (patch)
tree2ba37d862e4b417a690a34a4dfa731a9042addd9 /src/makefile.dos
parent4b034492d7e0a45781e340312e0570e5052c42d9 (diff)
downloadlynx-snapshots-c82d2a4041724afe1dce249c78c4f034ca6a8d69.tar.gz
snapshot of project "lynx", label v2-7-1ac-0_114
Diffstat (limited to 'src/makefile.dos')
-rw-r--r--src/makefile.dos2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.dos b/src/makefile.dos
index 3ab548c0..ce485b18 100644
--- a/src/makefile.dos
+++ b/src/makefile.dos
@@ -12,7 +12,7 @@ LYStyle.o LYHash.o
 CFLAGS= $(MCFLAGS) -I.. $(SLANGINC)

 

 CC = gcc

-MCFLAGS = -O3 -DALT_CHAR_SET -DUSE_ZLIB -DUSE_EXTERNALS -DNCURSES_VERSION -DCOLOR_CURSES -DNCURSES -DFANCY_CURSES -DACCESS_AUTH -DNO_CUSERID -DNOUSERS -DDOSPATH -DNO_TTYTYPE -DNO_UTMP -Ichrtrans -I../WWW/library/implementation -I../curses  -I../djgpp/tcplib/include -I../djgpp/tcplib/include/tcp

+MCFLAGS = -O3 -DUSE_ZLIB -DUSE_EXTERNALS -DCOLOR_CURSES -DNCURSES -DFANCY_CURSES -DACCESS_AUTH -DNO_CUSERID -DNOUSERS -DDOSPATH -DNO_TTYTYPE -DNO_UTMP -Ichrtrans -I../WWW/library/implementation -I../curses  -I../djgpp/tcplib/include -I../djgpp/tcplib/include/tcp

 WWWLIB = ../WWW/library/djgpp/libwww.a ../curses/pdcurses.a ../djgpp/tcplib/obj/libtcp.a

 LIBS=-lz