ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/SConscript
(Generate patch)

Comparing ray/src/common/SConscript (file contents):
Revision 1.22 by greg, Thu Jul 14 17:32:12 2016 UTC vs.
Revision 1.23 by schorsch, Mon Jan 8 13:38:37 2018 UTC

# Line 1 | Line 1
1 + from __future__ import division, print_function, unicode_literals
2 +
3   import os
4  
5   Import('env')
# Line 65 | Line 67 | if env.has_key('OGL'):
67          Default(librgl)
68  
69   # vim: set syntax=python:
70 + # vi: set ts=4 sw=4 :
71 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines