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.11 by greg, Wed Jun 2 15:58:30 2010 UTC vs.
Revision 1.12 by schorsch, Sat Mar 5 00:25:21 2016 UTC

# Line 43 | Line 43 | def shareinstall_setup(env):
43                  install.install_manfiles(env)
44  
45   # Set up build environment
46 < env = Environment(tools=['mingw'])
46 > env = Environment()
47   env.Decider('timestamp-match')
48  
49   if os.name == 'posix':
50          from build_utils import install
51 <        csh_b = Builder(action = install.install_cshscript,
51 >        csh_b = Builder(action = install.install_script,
52                          suffix = '', src_suffix = '.csh')
53 <        env.Append(BUILDERS={'InstallCsh': csh_b})
53 >        env.Append(BUILDERS={'InstallScript': csh_b})
54  
55   # configure platform-specific stuff
56   from build_utils import load_plat
# Line 68 | Line 68 | if ((not env['SKIP']
68  
69   # fill in generic config
70   allplats_setup(env)
71
71  
72   # Bring in all the actual things to build
73   Export('env')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines