about summary refs log tree commit diff stats
path: root/README.win-386
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-02-27 19:00:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-02-27 19:00:00 -0500
commit86b4d41a7463bd35cf662fc748aa338caef609c9 (patch)
treedb4ba2deed8edca7df91182c0253ee93248c7382 /README.win-386
parent899516a7c8880df05e30bbbed72ca1d3cb7a4f00 (diff)
downloadlynx-snapshots-86b4d41a7463bd35cf662fc748aa338caef609c9.tar.gz
snapshot of project "lynx", label v2-7-1ac-0_117
Diffstat (limited to 'README.win-386')
-rw-r--r--README.win-38628
1 files changed, 0 insertions, 28 deletions
diff --git a/README.win-386 b/README.win-386
deleted file mode 100644
index 2f36fb23..00000000
--- a/README.win-386
+++ /dev/null
@@ -1,28 +0,0 @@
-Ports have been added for Win32 (95/NT) and 386 DOS computers with a
-packet driver.  I created four new defines to accomplish this.
-
-_WINDOWS Defined for Win32 specific code (Mostly TCP related)
-DJGPP    Defined for 386 specific code (Mostly TCP related)
-DOSPATH  Defined for any DOS'ish computer
-NOSIGHUP Defined for computers not supporting sighup signal calls.
-
-To make the Win32 version you need Borland C++ 4.52 or complete
-compatable and the win32.zip package unziped into the lynx directory.
-This code expects you to have BC make in your path at the console
-prompt and also to be able to compile from the console as well.
-I can provide an IDE if needed but did not want to force on into the
-standard Lynx package.  Text mode compiling is much faster anyhow (IMHO).
-The current default configuration is to have the Character Translation
-code linked in.  For this to be successful you need to go into
-src\chrtrans and run makew32.  After that you can come back to the
-Lynx root and run make -f makefile.w32.
-
-The DJGPP version is a little screwy.  You need DJGPP 2.0, the djgpp.zip
-package unziped into the lynx directory and some paitence.  I kludged it
-to compile with long filenames under Win95 so some fooling around may be
-required.  To compile, run djgpp.bat that was extracted from the zip
-file.  There is currently a problem with compiling HTML.c and I have
-contacted the author of DJGPP for help with getting this port further.
-
-Wayne Buttles
-lynx-port@fdisk.com