source: compile_all.py @ 2378

Last change on this file since 2378 was 2308, checked in by ole, 19 years ago
File size: 448 bytes
RevLine 
[1997]1import os
2
[2000]3buildroot = os.getcwd()
[1997]4os.chdir('inundation')
[1999]5print 'Changing to', os.getcwd()       
[1997]6
[2000]7#entries = listdir('.')
8
9
[1999]10#Attempt to compile all extensions
11
12os.chdir('utilities')
13execfile('compile.py')
14
[2000]15os.chdir('..')
16os.chdir('pyvolution')
17execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py')
[1999]18
[2000]19os.chdir('..')
[2308]20os.chdir('triangle')
21execfile('compile.py')
[2000]22
23os.chdir(buildroot)   
[1999]24#execfile('test_all.py')
[2263]25   
Note: See TracBrowser for help on using the repository browser.