blob: dd50f0f1183fff13d5622949068a55451e4d2f25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Update the tinfo application code in the ttools package library
# Author: HODGE, 2-FEB-1988
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tinfo.x <error.h> <tbset.h>
tlcol.x <error.h> <tbset.h>
;
|