source: inundation/utilities/SConscript @ 3282

Last change on this file since 3282 was 3282, checked in by jack, 18 years ago

SCons script files now support all the files that compile_all.py does.

File size: 162 bytes
Line 
1Import('env')
2env.SharedLibrary('polygon_ext', ['polygon_ext.c'])
3env.SharedLibrary('util_ext', ['util_ext.c'])
4env.SharedLibrary('sparse_ext', ['sparse_ext.c'])
Note: See TracBrowser for help on using the repository browser.