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

Comparing ray/SConstruct (file contents):
Revision 1.6 by schorsch, Thu Feb 10 16:42:04 2005 UTC vs.
Revision 1.7 by schorsch, Tue Dec 23 15:03:58 2008 UTC

# Line 4 | Line 4 | import sys
4   import string
5  
6   OPTFILE = 'rayopts.py'
7 SourceSignatures('timestamp')
7   def set_opts(env):
8      # XXX add some caching
9      opts = Options(OPTFILE, ARGUMENTS)
# Line 26 | Line 25 | def allplats_setup(env):
25      from build_utils import find_libs
26      find_libs.find_x11(env)
27      find_libs.find_gl(env) # OpenGL
28 +    find_libs.find_libtiff(env)
29  
30   def post_common_setup(env):
31      env.Append(CPPPATH = [os.path.join('#src', 'common')])
# Line 43 | Line 43 | def shareinstall_setup(env):
43  
44   # Set up build environment
45   env = Environment()
46 + env.Decider('timestamp-match')
47  
48   if os.name == 'posix':
49          from build_utils import install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines