Rev | Line | |
---|
[1997] | 1 | import os |
---|
| 2 | |
---|
[2000] | 3 | buildroot = os.getcwd() |
---|
[1997] | 4 | os.chdir('inundation') |
---|
[1999] | 5 | print 'Changing to', os.getcwd() |
---|
[1997] | 6 | |
---|
[2000] | 7 | #entries = listdir('.') |
---|
| 8 | |
---|
| 9 | |
---|
[1999] | 10 | #Attempt to compile all extensions |
---|
| 11 | |
---|
| 12 | os.chdir('utilities') |
---|
| 13 | execfile('compile.py') |
---|
| 14 | |
---|
[2000] | 15 | os.chdir('..') |
---|
| 16 | os.chdir('pyvolution') |
---|
| 17 | execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py') |
---|
[1999] | 18 | |
---|
[2000] | 19 | os.chdir('..') |
---|
| 20 | os.chdir('pmesh') |
---|
| 21 | execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py') |
---|
| 22 | |
---|
| 23 | os.chdir(buildroot) |
---|
[1999] | 24 | #execfile('test_all.py') |
---|
| 25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.