source: trunk/anuga_work/development/kv/compile_all.py @ 8153

Last change on this file since 8153 was 8052, checked in by steve, 15 years ago

Modified C code to take long arrays instead of int (caused error on 64 bit machine)

File size: 241 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4
5#Attempt to compile all extensions
6
7#os.chdir('utilities')
8execfile('compile.py')
9
10
11
12os.chdir(buildroot)   
13#execfile('test_all.py')
14   
15if sys.platform == 'win32':
16    raw_input('Press the RETURN key')
Note: See TracBrowser for help on using the repository browser.