blob: bc108e8a01c415e130e4ed60e9687a2573604f0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Update the tximage application code in the threed package library.
# Author: I.Busko, 26-Nov-1996
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tximage.x <error.h>
txione.x <imhdr.h> <tbset.h>
txicpy.x <tbset.h>
txihc.x
;
|