blob: 6a3588af620b9ba4645a7e1d5afeef7aa8f743d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Update the tiimage application code in the threed package library.
# Author: I.Busko, 30-Jan-1997
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
# This module is called from the threed mkpkg.
generic:
$ifnfile (generic/tmcp1i.x)
$generic -k -p generic/ -t sird tmcp1.gx
$endif
$ifolder (generic/tmcp1i.x, tmcp1.gx)
$generic -k -p generic/ -t sird tmcp1.gx
$endif
;
libpkg.a:
@generic
tiimage.x <tbset.h> tiimage.h
tmcopy.x <imhdr.h> <tbset.h>
tmhc.x <tbset.h>
tmheader.x <tbset.h>
tmloop.x <error.h> tiimage.h
tmmode.x <tbset.h> tiimage.h
tmscan.x <error.h> <imhdr.h> <tbset.h>
;
|