fix: add link and change menu
This commit is contained in:
parent
de8480df9a
commit
f20ecc9d03
4 changed files with 560 additions and 614 deletions
|
@ -744,21 +744,3 @@ informat:genbank
|
||||||
inmask:
|
inmask:
|
||||||
insave:
|
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://)
|
|
||||||
|
|
672
CORE/FileIO.c
672
CORE/FileIO.c
File diff suppressed because it is too large
Load diff
|
@ -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 \
|
DrawNA.c Free.c BuiltIn.c Edit.c Genbank.c Scroll.c ChooseFile.c \
|
||||||
CutCopyPaste.c HGLfile.c
|
CutCopyPaste.c HGLfile.c
|
||||||
|
|
||||||
LIBS= -lm -lxview -lolgx -lX11
|
LIBS= -lm -lxview -lolgx -lX11 -ltirpc
|
||||||
CFLAGS= -g -m32 -L/usr/lib32 -I/usr/include/xview
|
CFLAGS= -g -m32 -L/usr/lib32 -I/usr/include
|
||||||
CC = cc
|
CC = cc
|
||||||
# Possible defines, SUN4 SGI DEC HGL
|
# Possible defines, SUN4 SGI DEC HGL
|
||||||
DEFINES = -DLINUX
|
DEFINES = -DLINUX
|
||||||
|
|
|
@ -3,9 +3,9 @@ CC = cc
|
||||||
FLAGS = -m32
|
FLAGS = -m32
|
||||||
OPENWINHOME = ../usr
|
OPENWINHOME = ../usr
|
||||||
MFILE =
|
MFILE =
|
||||||
INCDIR = -I/usr/include/xview
|
INCDIR = -I/usr/include
|
||||||
LIBDIR = -L/usr/lib32
|
LIBDIR = -L/usr/lib32
|
||||||
LIBS = -lxview -lolgx -lX11
|
LIBS = -lxview -lolgx -lX11 -ltirpc
|
||||||
|
|
||||||
libs.o = Alloc.o HGLfuncs.o
|
libs.o = Alloc.o HGLfuncs.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue