Last change
on this file since 3315 was
3282,
checked in by jack, 19 years ago
|
SCons script files now support all the files that compile_all.py does.
|
File size:
275 bytes
|
Line | |
---|
1 | Import('env') |
---|
2 | env2 = env.Copy() |
---|
3 | env2['CPPPATH'] += ['#inundation/utilities'] |
---|
4 | |
---|
5 | env2.SharedLibrary('quantity_ext', ['quantity_ext.c']) |
---|
6 | env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c']) |
---|
7 | env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c']) |
---|
Note: See
TracBrowser
for help on using the repository browser.