ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/notes/picture.format
(Generate patch)

Comparing ray/doc/notes/picture.format (file contents):
Revision 1.1 by greg, Sat Mar 15 17:32:55 2003 UTC vs.
Revision 1.2 by schorsch, Fri Mar 10 19:40:11 2006 UTC

# Line 57 | Line 57 | static char SCCSid[] = "@(#)ra_skel.c 2.9 2/27/94 LBL"
57   *
58   *  The Rmakefile entry should look something like this:
59   *      ra_skel:        ra_skel.o
60 < *              cc $(CFLAGS) -o ra_skel ra_skel.o -lrt -lm
60 > *              cc $(CFLAGS) -o ra_skel ra_skel.o -lrtrad -lm
61   *      ra_skel.o:      ../common/color.h ../common/resolu.h
62   *
63   *  If you like to do things the hard way, you can link directly
64   *  to the object files "color.o colrops.o resolu.o header.o" in
65 < *  the common subdirectory instead of using the -lrt library.
65 > *  the common subdirectory instead of using the -lrtrad library.
66   */
67  
68   #include  <stdio.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines