blob: cfe87a34a803f381c7c16950263457e4b57042a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Update the tintegrate application code in the ttools package library
# Author: GIARETTA, 7-DEC-1987
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tintegrate.x <error.h> <ctype.h> <tbset.h>
;
|