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.14 by schorsch, Mon Apr 21 07:31:30 2008 UTC vs.
Revision 1.15 by schorsch, Thu Apr 24 10:28:25 2008 UTC

# Line 9 | Line 9 | progs = []
9   def radbin(name): return os.path.join('$RAD_BUILDBIN', name)
10   def radlib(name): return os.path.join('$RAD_BUILDLIB', name)
11  
12 < Version = env.Object(source='../rt/Version.c') # XXX ../rt/not_nice
12 > Version = env.Object(source='#src/rt/Version.c')
13  
14   # standard targets
15   PROGS = [
# Line 60 | Line 60 | progs.append(getinfo)
60   if env.has_key('X11LIB'):
61          xincl = env.get('CPPPATH', []) + ['$X11INCLUDE']
62          xlibp = env.get('LIBPATH', []) + ['$X11LIB']
63 <        x11findwind = env.Object(source='../common/x11findwind.c', # XXX ../not/nice
64 <                        CPPPATH=xincl)
63 >        x11findwind = env.Object(source='#src/common/x11findwind.c', CPPPATH=xincl)
64          xglaresrc = env.Program(target=radbin('xglaresrc'),
65                          source=Split('xglaresrc.c') + [x11findwind],
66                          LIBPATH=xlibp, CPPPATH=xincl,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines