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.11 by greg, Wed Jun 2 15:58:30 2010 UTC

# Line 23 | Line 23 | def set_opts(env):
23  
24   def allplats_setup(env):
25          from build_utils import find_libs
26 +        find_libs.find_radlib(env)
27          find_libs.find_x11(env)
28          find_libs.find_gl(env) # OpenGL
29          find_libs.find_libtiff(env)
# Line 42 | Line 43 | def shareinstall_setup(env):
43                  install.install_manfiles(env)
44  
45   # Set up build environment
46 < env = Environment()
46 > env = Environment(tools=['mingw'])
47   env.Decider('timestamp-match')
48  
49   if os.name == 'posix':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines