blob: d2fa96b934da0c928df10629a1a130460f1c5f92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Update the tcalc application code in the ttools package library
# Author: Bernie Simon, 04-Nov-91
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tcalc.x "../tabvar.com" <tbset.h>
;
|