blob: c84da84b84d4c1d8e8d0d28c2d16a03b10f3cdab (
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
30
31
32
33
34
35
36
|
# Update the titable application code in the threed package library.
# Author: I.Busko, 14-Jan-1997
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
# This module is called from the threed mkpkg.
generic:
$ifnfile (generic/tirowsi.x)
$generic -k -p generic/ -t bcsird tirows.gx
$endif
$ifolder (generic/tirowsi.x, tirows.gx)
$generic -k -p generic/ -t bcsird tirows.gx
$endif
$ifnfile (generic/tichi.x)
$generic -k -p generic/ -t bcsird tich.gx
$endif
$ifolder (generic/tichi.x, tich.gx)
$generic -k -p generic/ -t bcsird tich.gx
$endif
;
libpkg.a:
@generic
ticc.x
ticopy.x <tbset.h>
tiheader.x <tbset.h>
tinew.x <tbset.h>
tinsert.x <tbset.h>
tisetc.x
titable.x <tbset.h>
tiupdate.x <tbset.h>
;
|