blob: d22d2201b63aa1a2dfb5ef57eb6a189a14a17cdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Update the keyselect application code in the ttools package library
# Author: B.Simon, 12-Mar-92
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
expr.x <evexpr.h> "keyselect.h"
keyselect.x "keyselect.com"
keyword.x <imio.h> <imhdr.h> "keyselect.h" "keyselect.com"
list.x "keyselect.h"
tab.x <imhdr.h> <tbset.h> "keyselect.h"
;
|