fix: add link and change menu

This commit is contained in:
kuoi 2023-04-16 15:30:02 +08:00
parent de8480df9a
commit f20ecc9d03
4 changed files with 560 additions and 614 deletions

View File

@ -744,21 +744,3 @@ informat:genbank
inmask:
insave:
#Online menu
menu:On-Line Res.
item:GDE for Linux resources at Bioafrica.net
itemmethod:netscape http://www.bioafrica.net &
item:-------------------------
item:add a new website
itemmethod:xterm -e /usr/local/bio/GDE/newURL.pl $name $url
arg:name
argtype:text
arglabel:Enter the site name
arg:url
argtype:text
arglabel:Enter the URL (including http://)

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@ SRCS= ParseMenu.c main.c BasicDisplay.c EventHandler.c FileIO.c \
DrawNA.c Free.c BuiltIn.c Edit.c Genbank.c Scroll.c ChooseFile.c \
CutCopyPaste.c HGLfile.c
LIBS= -lm -lxview -lolgx -lX11
CFLAGS= -g -m32 -L/usr/lib32 -I/usr/include/xview
LIBS= -lm -lxview -lolgx -lX11 -ltirpc
CFLAGS= -g -m32 -L/usr/lib32 -I/usr/include
CC = cc
# Possible defines, SUN4 SGI DEC HGL
DEFINES = -DLINUX

View File

@ -3,9 +3,9 @@ CC = cc
FLAGS = -m32
OPENWINHOME = ../usr
MFILE =
INCDIR = -I/usr/include/xview
INCDIR = -I/usr/include
LIBDIR = -L/usr/lib32
LIBS = -lxview -lolgx -lX11
LIBS = -lxview -lolgx -lX11 -ltirpc
libs.o = Alloc.o HGLfuncs.o