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

Comparing ray/src/util/SConscript (file contents):
Revision 1.2 by schorsch, Mon Oct 27 10:35:43 2003 UTC vs.
Revision 1.4 by schorsch, Sun Mar 28 20:33:14 2004 UTC

# Line 14 | Line 14 | setscan = env.Object(source='setscan.c')
14   PROGS = [
15   ('findglare', Split('findglare.c glareval.c glaresrc.c')+[setscan],
16          ['rtpic','rtargs','rtio','rtproc','rtmath','rtpath','rtmem','rterror']),
17 + #('contour',   Split('contour.c'),  ['rtmath']), # XXX what is this?
18   ('glarendx',  Split('glarendx.c'), ['rtpic','rtio','rtargs','rtmath']),
19   ('vwright',   Split('vwright.c'),  ['rtpic','rtio','rtargs','rtmath']),
20   ('vwrays',    Split('vwrays.c'),   ['rtpic','rtio','rtargs','rtmath']),
# Line 57 | Line 58 | if os.name != 'nt': # XXX pending replacement of fork(
58                          LIBS=mlib)
59          scanner_i = env.Install(env['RAD_BINDIR'], scanner)
60          makedist = env.Program(target=radbin('makedist'),
61 <                        source=Split('makedist.c')+[setscan])
61 >                        source=Split('makedist.c')+[setscan],
62 >                        LIBS=['rtmath']+mlib)
63          makedist_i = env.Install(env['RAD_BINDIR'], makedist)
64          env.Alias('util_special', [scanner, makedist])
65          env.Alias('util_special_install', [scanner_i, makedist_i])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines