source:
anuga_work/development/anuga_1d/old_compile_all.py
@
6842
Last change on this file since 6842 was 6453, checked in by , 16 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | buildroot = os.getcwd() |
4 | |
5 | #Attempt to compile all extensions |
6 | |
7 | execfile('/home/steve/ga/anuga_core/source/anuga/utilities/compile.py') |
8 | |
9 | os.chdir(buildroot) |
10 | #execfile('test_all.py') |
11 |
Note: See TracBrowser
for help on using the repository browser.