blob: 5baf1a30d4e6861ad89038746a313d147816d903 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Reblock Library
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
t_reblock.x reblock.com reblock.h <fset.h> <error.h> <ctype.h>\
<mach.h>
reblock_file.x reblock.com reblock.h <fset.h> <error.h> <mach.h>
;
|