source: anuga_work/development/anuga_1d/old_compile_all.py @ 7818

Last change on this file since 7818 was 6453, checked in by steve, 15 years ago

Added Padarn's (2008/2009 summer student) files

File size: 199 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4
5#Attempt to compile all extensions
6
7execfile('/home/steve/ga/anuga_core/source/anuga/utilities/compile.py')
8
9os.chdir(buildroot)   
10#execfile('test_all.py')
11   
Note: See TracBrowser for help on using the repository browser.