ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/SConscript
(Generate patch)

Comparing ray/src/hd/SConscript (file contents):
Revision 1.2 by schorsch, Mon Oct 27 10:35:42 2003 UTC vs.
Revision 1.3 by schorsch, Sun Jul 4 12:08:48 2004 UTC

# Line 9 | Line 9 | mlib = env['RAD_MLIB']
9   viewbeams = env.Object(source='viewbeams.c')
10   holo = env.Object(source='holo.c')
11   holofile = env.Object(source='holofile.c')
12 < Version = env.Object(source='Version.c')
12 > Version = env.Object(source='../rt/Version.c') # XXX ../rt/not_nice
13  
14  
15   # standard targets

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines