blob: 82d36e01cec7530c41d2894459b2de1ed810bfff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# The MKPKG file for the DEBUG task.
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
dginl.x debug.h
dgparser.x ../lib/parser.h ../lib/preval.h \
../lib/prstruct.h debug.h
dgtable.x debug.h <time.h>
dgptime.x <time.h>
;
|