lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev DOS patch for dev.12


From: Doug Kaufman
Subject: lynx-dev DOS patch for dev.12
Date: Wed, 20 Oct 1999 08:21:42 -0700 (PDT)

It looks like the DOS makefiles for PDCURSES need to be updated for
watt-32 and some of the other recent changes to lynx. I included
some of the EXP_ defines that I thought most DOS users would want.
Feel free to comment those lines if you think it more appropriate. I
changed the -O3 back to -O2, since -O3 has no advantage under djgpp.
                              Doug

--- lynx2-8-3/src/makefile.dos  Wed Jul 14 09:25:26 1999
+++ lynx2-8-3/src/makefile.dos.new      Wed Oct 20 07:43:02 1999
@@ -11,15 +11,23 @@
 
 CFLAGS= $(MCFLAGS) -I. -I.. $(SLANGINC)
 
+# comment this line to suppress DIRED support
+DIRED_DEFS = -DDIRED_SUPPORT -DOK_UUDECODE -DOK_TAR -DOK_GZIP -DOK_ZIP
+
 CC = gcc
 MCFLAGS = -O2 -DHAVE_GETBKGD -DDISP_PARTIAL -DUSE_ZLIB \
  -DSOURCE_CACHE -DUSE_PSRC \
  -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
+ -DEXP_PERSISTENT_COOKIES -DEXP_ADDRLIST_PAGE -DEXP_ALT_BINDINGS \
+ -DEXP_FILE_UPLOAD \
+ -DWATT32 \
+ $(DIRED_DEFS) \
+ -I./chrtrans -I../WWW/Library/Implementation \
+ -I../curses -I../djgpp/watt32/inc -I../djgpp/watt32/inc/sys
+WWWLIB = ../WWW/Library/djgpp/libwww.a ../curses/pdcurses.a 
../djgpp/watt32/lib/libwatt.a
+LIBS= -lz # -lintl
+#INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H
 
 all: lynx
 
--- lynx2-8-3/WWW/Library/djgpp/makefile        Tue Jun 29 05:50:02 1999
+++ lynx2-8-3/WWW/Library/djgpp/makefile.new    Wed Oct 20 08:04:28 1999
@@ -7,16 +7,18 @@
 # The ASIS repository's name for the machine we are on
 #ASIS_MACH = hardware/os
 
-CFLAGS = -O3 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \
--DSOURCE_CACHE -DUSE_PSRC -DNOPORT \
+CFLAGS = -O2 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \
+-DDIRED_SUPPORT -DSOURCE_CACHE -DUSE_PSRC \
+-DEXP_FILE_UPLOAD \
+-DWATT32 \
 -I../Implementation \
--I../../../djgpp/tcplib/include \
--I../../../djgpp/tcplib/include/tcp \
--I../../../curses \
+-I../../../djgpp/watt32/inc -I../../../djgpp/watt32/inc/sys \
 -I../../../src \
--I../../..
+-I../../../curses \
+-I../../.. $(INTLFLAGS)
 LFLAGS =
 CC = gcc
+#INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H
 
 # Directory for installed binary:
 !BINDIR = /usr/local/bin

__
Doug Kaufman
Internet: address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]