blob: 38c8bb67b0f652b3b93a4bcbade69b0a70dc41cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# GRPSELECT and PFMERGE tasks
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
dppfmerge.x <tbset.h> ../lib/apseldef.h
dpsgroup.x <tbset.h> ../lib/daophotdef.h \
../lib/apseldef.h
dpgwselect.x ../lib/apseldef.h ../lib/daophotdef.h
t_grpselect.x <fset.h> ../lib/daophotdef.h
t_pfmerge.x <fset.h>
;
|