blob: ca5773d7b6df60b54f9025cd6ea03fe01d8299ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Update the tquery application code in the ttools package library
# Author: B.Simon, 21-DEC-87
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
doquery.x
tquery.x <tbset.h>
wquery.x <tbset.h>
;
|