DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦bcd573d90⟧ TextFile

    Length: 404 (0x194)
    Types: TextFile
    Names: »createlib.com«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/micrognu/sys/vms/termcap/createlib.com« 

TextFile

$!
$! Command procedure to compile and create VMS termcap library
$!
$	ccom := @[-]ccom.com		! Checks file dates
$!	ccom := cc			! To force a recompile
$!
$	ccom fgetlr
$	ccom tgetent
$	ccom tgetflag
$	ccom tgetnum
$	ccom tgetstr
$	ccom tgoto
$	ccom tputs
$!
$ library/create/object termcap.olb fgetlr.obj,tgetent.obj,-
tgetflag.obj,tgetnum.obj,tgetstr.obj,tgoto.obj,tputs.obj
$ purge/keep=2 termcap.olb