source: inundation/pyvolution/SConscript @ 3315

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 
1Import('env')
2env2 = env.Copy()
3env2['CPPPATH'] += ['#inundation/utilities']
4
5env2.SharedLibrary('quantity_ext', ['quantity_ext.c'])
6env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c'])
7env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c'])
Note: See TracBrowser for help on using the repository browser.