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

Last change on this file since 7818 was 7792, checked in by steve, 14 years ago

fiwed path for compile_all.py

File size: 334 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4
5#Attempt to compile all extensions
6
7anuga_dir = '..' + os.sep + '..' + os.sep + '..'
8utilities_dir = anuga_dir + os.sep + 'trunk' + os.sep + 'anuga_core' + os.sep + 'source' + os.sep + 'anuga' + os.sep + 'utilities'
9
10execfile( utilities_dir + os.sep + 'compile.py')
11
12
13os.chdir(buildroot)   
14
15   
Note: See TracBrowser for help on using the repository browser.