blob: 362576cb8fc2d74d7786f3366c9a9a7b6842ecae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# PCONVERT task
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
ptconvert.x <error.h> <evexpr.h> \
<tbset.h> ../../lib/ptkeysdef.h
ptdeftable.x ../../lib/ptkeysdef.h <tbset.h> <ctype.h>
ptstrwrd.x
t_pconvert.x <fset.h>
;
|