diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.defines | 11 | ||||
-rw-r--r-- | docs/win-386.announce | 12 |
2 files changed, 22 insertions, 1 deletions
diff --git a/docs/README.defines b/docs/README.defines index 8f059ada..16130479 100644 --- a/docs/README.defines +++ b/docs/README.defines @@ -37,6 +37,16 @@ packet driver. I created four new defines to accomplish this. Added for 8+3 filesystems (DOS): FNAMES_8_3 also defined in userdefs.h if __DJGPP__ +* incorporate changes for win32 by Hiroyuki Senshu <senshu@shonai-cit.ac.jp> + (SH) from + ftp://crab.it.osha.sut.ac.jp/pub/Win32/develope/senshu/Lynx/ + Most changes are ifdef'd + #define _WIN_CC= .... for Windows C Compiler + #define CJK_EX .... CJK EXtension + #define SH_EX .... Senshu Hiroyuki EXtension + #define WIN_EX .... Windows EXtension + + B. Symbols to enable or disable specific features, mostly ========================================================= Note that some of these may be only usable on some system types, @@ -140,5 +150,4 @@ max_cookies_buffer LYCookie.c max_cookies_domain LYCookie.c max_cookies_global LYCookie.c reverse_mailcap HTInit.c -reverse_mailcap HTInit.c diff --git a/docs/win-386.announce b/docs/win-386.announce index 2f36fb23..dcc482b8 100644 --- a/docs/win-386.announce +++ b/docs/win-386.announce @@ -26,3 +26,15 @@ contacted the author of DJGPP for help with getting this port further. Wayne Buttles lynx-port@fdisk.com + + + +Win32 port was further extended by Hiroyuki Senshu <senshu@shonai-cit.ac.jp> +ftp://crab.it.osha.sut.ac.jp/pub/Win32/develope/senshu/Lynx/ + Most changes are ifdef'd + #define _WIN_CC= .... for Windows C Compiler + #define CJK_EX .... CJK EXtension + #define SH_EX .... Senshu Hiroyuki EXtension + #define WIN_EX .... Windows EXtension + +Lynx now builds with C++ Builder, Borland C++, Visual C++, and Cygwin. |