blob: b6c5e53a4f4ca096f77c90d27c8074043d7b46ab (
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
|
# Update the txtable application code in the threed package library.
# Author: I.Busko, 22-Nov-1996
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
# This module is called from the threed mkpkg.
generic:
$ifnfile (generic/txthvi.x)
$generic -k -p generic/ -t bcsird txthv.gx
$endif
$ifolder (generic/txthvi.x, txthv.gx)
$generic -k -p generic/ -t bcsird txthv.gx
$endif
$ifnfile (generic/txtcpti.x)
$generic -k -p generic/ -t bcsird txtcpt.gx
$endif
$ifolder (generic/txtcpti.x, txtcpt.gx)
$generic -k -p generic/ -t bcsird txtcpt.gx
$endif
;
libpkg.a:
@generic
txtable.x <error.h>
txtone.x <tbset.h>
txtcpy.x <tbset.h>
txtcpyco.x
txtcpysc.x
txthc.x
;
|