Parent Directory
|
Revision Log
|
Patch
revision 980 by johnpye, Tue Sep 26 13:47:27 2006 UTC | revision 981 by johnpye, Thu Dec 21 01:43:07 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | Import('env') | Import('env') |
2 | ||
3 | for d in ['extfn','datareader','extpy']: | for d in ['extfn','datareader']: |
4 | env.SConscript(d+'/SConscript',['env']); | env.SConscript(d+'/SConscript',['env']); |
5 | ||
6 | if env.get('WITH_PYTHON'): | |
7 | env.SConscript('extpy/SConscript',['env']); | |
8 | ||
9 | # vim: set syntax=python: | # vim: set syntax=python: |
10 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |