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.8 by schorsch, Fri Dec 26 17:00:32 2008 UTC vs.
Revision 1.10 by greg, Thu May 27 19:32:11 2010 UTC

# Line 20 | Line 20 | def set_opts(env):
20          env['RAD_BUILDBIN']  = '#bin'
21          env['RAD_BUILDRLIB'] = '#lib'
22          env['RAD_BUILDMAN']  = '#doc/man'
23 +        # compatibility modules
24 +        env['RAD_COMPAT'] = 'timegm.o'
25  
26   def allplats_setup(env):
27          from build_utils import find_libs
28 +        find_libs.find_radlib(env)
29          find_libs.find_x11(env)
30          find_libs.find_gl(env) # OpenGL
31          find_libs.find_libtiff(env)
# Line 42 | Line 45 | def shareinstall_setup(env):
45                  install.install_manfiles(env)
46  
47   # Set up build environment
48 < env = Environment()
48 > env = Environment(tools=['mingw'])
49   env.Decider('timestamp-match')
50  
51   if os.name == 'posix':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines