source:
compile_all.py
@
2378
Last change on this file since 2378 was 2308, checked in by , 19 years ago | |
---|---|
File size: 448 bytes |
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('..') |
[2308] | 20 | os.chdir('triangle') |
21 | execfile('compile.py') | |
[2000] | 22 | |
23 | os.chdir(buildroot) | |
[1999] | 24 | #execfile('test_all.py') |
[2263] | 25 |
Note: See TracBrowser
for help on using the repository browser.