diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-15 10:50:52 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-15 10:50:52 -0500 |
commit | 923c66ce35dd473a10713d8f44f30d9ad770a99b (patch) | |
tree | 055092b48fbae27a526fe2d104b6d646a9d422e7 /build-slang.com | |
parent | 6f66219647d92d2af2427d416e00e6f2a8f825dc (diff) | |
download | lynx-snapshots-923c66ce35dd473a10713d8f44f30d9ad770a99b.tar.gz |
snapshot of project "lynx", label v2_7
Diffstat (limited to 'build-slang.com')
-rw-r--r-- | build-slang.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-slang.com b/build-slang.com index ae7d0fdf..63b38d66 100644 --- a/build-slang.com +++ b/build-slang.com @@ -9,7 +9,7 @@ $! object library does not already exist. $!========================================================================= $! NOTE: Set SLANGINC to the location of your slang.h and slcurses.h, $! ==== and SLANGLIB to the location of your slang.olb (can be relative -$! to the lynx2-6.src subdirectory of this distribution): +$! to the lynx2-7.src subdirectory of this distribution): $! $! SLANGINC = "[-.slang.src]" $! SLANGLIB = "[-.slang.src]" @@ -194,6 +194,7 @@ $ cc LYCgi $ cc LYCharSets $ cc LYCharUtils $ cc LYClean +$ cc LYCookie $ cc LYCurses $ cc LYDownload $ cc LYEdit @@ -236,6 +237,7 @@ LYCgi.obj, - LYCharSets.obj, - LYCharUtils.obj, - LYClean.obj, - +LYCookie.obj, - LYCurses.obj, - LYDownload.obj, - LYEdit.obj, - |