| # | 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: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |