blob: 291f50116939894babb8df13f22262fe33af7311 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Rcamera Library
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
t_rcamera.x rcamera.com <fset.h> <error.h>
cam_read.x rcamera.com rcamera.h <imhdr.h> <error.h>
cam_rimage.x rcamera.com rcamera.h <imhdr.h> <mach.h>
cam_rheader.x rcamera.com rcamera.h <imhdr.h> <mach.h>\
<fset.h>
cam_rpixels.x rcamera.com <mii.h> <mach.h> <fset.h>
cam_keywords.x rcamera.h <imhdr.h> <mach.h>
cam_longhdr.x rcamera.h <mach.h>
;
|