source:
trunk/anuga_work/development/kv/compile_all.py
@
8153
Last change on this file since 8153 was 8052, checked in by , 15 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | buildroot = os.getcwd() |
4 | |
5 | #Attempt to compile all extensions |
6 | |
7 | #os.chdir('utilities') |
8 | execfile('compile.py') |
9 | |
10 | |
11 | |
12 | os.chdir(buildroot) |
13 | #execfile('test_all.py') |
14 | |
15 | if sys.platform == 'win32': |
16 | raw_input('Press the RETURN key') |
Note: See TracBrowser
for help on using the repository browser.