blob: 69d01d6c2feda9473e7741ab42e1367ef6650acf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Update the tselect application code in the ttools package library
# Author: B.Simon, 25-NOV-1987
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
subset.x <tbset.h>
tselect.x
;
|