diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-18 14:09:51 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-18 14:09:51 -0400 |
commit | 57bfc74ff4ec4c2980b2330f2badc54a8990842d (patch) | |
tree | 81bffba3be5c8037a5064ec5d49cf243130697fb /src/descrip.mms | |
parent | fb4db89ab1d82336978b68a66532da971702e2fb (diff) | |
download | lynx-snapshots-57bfc74ff4ec4c2980b2330f2badc54a8990842d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-36
Diffstat (limited to 'src/descrip.mms')
-rw-r--r-- | src/descrip.mms | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/descrip.mms b/src/descrip.mms index 389514f0..6b1316a8 100644 --- a/src/descrip.mms +++ b/src/descrip.mms @@ -1,6 +1,9 @@ ! Make LYNX hypertext browser under VMS ! ===================================== ! +! NOTE: Use [.SRC.CHRTRANS]BUILD-CHRTRANS.COM to create the +! chrtrans header files before using this descrip.mms. +! ! History: ! 1/1/93 creation at KU (Lou montulli@ukanaix.cc.ukans.edu). ! 4/12/93 (seb@lns61.tn.cornell.edu) @@ -21,6 +24,7 @@ ! 07/26/95 FM Separated transport (TOPT) and compiler (COPT) option files. ! 07/29/95 FM Added support for GNUC. ! 02/29/96 FM Added LYMap. +! 06/28/97 FM Added UCAuto, UCAux, and UCdomap. ! ! Instructions: ! Use the correct command line for your TCP/IP implementation: @@ -58,7 +62,7 @@ OBJS = DefaultStyle.obj, GridText.obj, HTAlert.obj, HTFWriter.obj, - LYList.obj, LYMail.obj, LYMain.obj, LYMainLoop.obj, LYMap.obj, - LYNews.obj, LYOptions.obj, LYPrint.obj, LYrcFile.obj, LYReadCFG.obj, - LYSearch.obj, LYShowInfo.obj, LYStrings.obj, LYTraversal.obj, - - LYUpload.obj, LYUtils.obj + LYUpload.obj, LYUtils.obj, UCAuto.obj, UCAux.obj, UCdomap.obj .ifdef WIN_TCP TCP = WIN_TCP |