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

Comparing ray/build_utils/find_libs.py (file contents):
Revision 1.5 by schorsch, Thu Oct 22 21:16:05 2009 UTC vs.
Revision 1.6 by greg, Thu May 27 19:32:12 2010 UTC

# Line 3 | Line 3 | import os
3   from SCons.SConf import SConf # aka Configure
4  
5   def find_radlib(env):
6 <        v = env.FindFile('Verdana.fnt', './lib')
6 >        v = env.FindFile('helvet.fnt', './lib')
7          if not v:
8                  print '''
9          Radiance auxiliary support files not found.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines