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.20 by schorsch, Fri Mar 18 22:54:22 2016 UTC vs.
Revision 1.21 by schorsch, Mon Mar 28 17:48:43 2016 UTC

# Line 64 | Line 64 | if env.has_key('OGL'):
64                          CPPPATH=oglincl)
65          Default(librgl)
66  
67 + # Python support modules for test suite and other scripts
68 + for fn in Split('''__init__.py lcompare.py pyrad_proc.py'''):
69 +        Default(env.InstallScript(
70 +                                os.path.join('$RAD_BUILDRLIB','pyradlib',fn),
71 +                                os.path.join('pyradlib', fn)))
72 +
73   # vim: set syntax=python:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines