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.9 by schorsch, Thu Oct 22 21:16:05 2009 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
# Line 43 | 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