Last change
on this file since 8990 was
7739,
checked in by steve, 15 years ago
|
Just added in hte utilities folder to get compile_all.py to work. Need a better way to avoid
hard coded use of utilities folder
|
File size:
331 bytes
|
Line | |
---|
1 | import os |
---|
2 | |
---|
3 | buildroot = os.getcwd() |
---|
4 | |
---|
5 | #Attempt to compile all extensions |
---|
6 | |
---|
7 | anuga_dir = '..' + os.sep + '..' + os.sep + '..' + os.sep + '..' |
---|
8 | utilities_dir = anuga_dir + os.sep + 'anuga_core' + os.sep + 'source' + os.sep + 'anuga' + os.sep + 'utilities' |
---|
9 | |
---|
10 | execfile( utilities_dir + os.sep + 'compile.py') |
---|
11 | |
---|
12 | |
---|
13 | os.chdir(buildroot) |
---|
14 | |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.