about summary refs log tree commit diff stats
path: root/build-slang.com
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-11-06 16:18:09 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-11-06 16:18:09 -0500
commit18024037b515bfff83e0230b35151babe6005e18 (patch)
treeb8c80055282a00883284722a3dd6bb25234e07f0 /build-slang.com
parent3d8ecbe48af249fa0d77ce4d273e32ce4b7e6e18 (diff)
downloadlynx-snapshots-18024037b515bfff83e0230b35151babe6005e18.tar.gz
snapshot of project "lynx", label v2-8-1dev_4
Diffstat (limited to 'build-slang.com')
-rw-r--r--build-slang.com14
1 files changed, 4 insertions, 10 deletions
diff --git a/build-slang.com b/build-slang.com
index ff05f510..852afcae 100644
--- a/build-slang.com
+++ b/build-slang.com
@@ -107,7 +107,7 @@ $ 	read sys$command/prompt="Agent [1,2,3,4,5,6] (RETURN = [1]) " agent
 $   EndIf
 $ ENDIF
 $ option = ""
-$ if agent .eq. 1 .or. agent .eqs. "" .or. p1 .eqs. "" .or. p1 .eqs. "MULTINET" then - 
+$ if agent .eq. 1 .or. agent .eqs. "" .or. p1 .eqs. "MULTINET" then -
     option = "MULTINET"
 $ if agent .eq. 2 .or. p1 .eqs. "UCX" then option = "UCX"
 $ if agent .eq. 3 .or. p1 .eqs. "WIN_TCP" then option = "WIN_TCP"
@@ -115,12 +115,6 @@ $ if agent .eq. 4 .or. p1 .eqs. "CMU_TCP" then option = "CMU_TCP"
 $ if agent .eq. 5 .or. p1 .eqs. "SOCKETSHR_TCP" then option = "SOCKETSHR_TCP"
 $ if agent .eq. 6 .or. p1 .eqs. "TCPWARE" then option = "TCPWARE"
 $!
-$ if option .eqs. "" 
-$ then 
-$    write sys$output "TCP/IP agent could not be determined" 
-$    exit 18 
-$ endif 
-$ 
 $ if option .eqs. "TCPWARE"
 $ then
 $    write sys$output "Building Lynx for TCPWARE with UCX emulation..."
@@ -223,7 +217,7 @@ $  v1 = f$verify(1)
 $! DECC:
 $  cc := cc/decc/prefix=all/nomember'cc_opts' -
 	   /DEFINE=(DEBUG,ACCESS_AUTH,'option''extra',USE_SLANG,__VMS_CURSES)-
-	   /INCLUDE=([],[-],[-.WWW.Library.Implementation],[.chrtrans],'SLANGINC') 
+	   /INCLUDE=([-],[-.WWW.Library.Implementation],'SLANGINC') 
 $  v1 = 'f$verify(0)'
 $ ELSE
 $  if option .eqs. "UCX" then optfile = "UCXOLB"
@@ -235,7 +229,7 @@ $   v1 = f$verify(1)
 $! GNUC:
 $   cc := gcc'cc_opts' -
 	     /DEFINE=(DEBUG,ACCESS_AUTH,'option''extra',USE_SLANG)-
-	     /INCLUDE=([],[-],[-.WWW.Library.Implementation],[.chrtrans],'SLANGINC') 
+	     /INCLUDE=([-],[-.WWW.Library.Implementation],'SLANGINC') 
 $   v1 = 'f$verify(0)'
 $  ELSE
 $   compiler := "VAXC"
@@ -243,7 +237,7 @@ $   v1 = f$verify(1)
 $! VAXC:
 $   cc := cc'cc_opts' -
 	    /DEFINE=(DEBUG,ACCESS_AUTH,'option''extra',USE_SLANG)-
-	    /INCLUDE=([],[-],[-.WWW.Library.Implementation],[.chrtrans],'SLANGINC')
+	    /INCLUDE=([-],[-.WWW.Library.Implementation],'SLANGINC')
 $   v1 = 'f$verify(0)'
 $  ENDIF
 $ ENDIF