Changeset 3282 for inundation


Ignore:
Timestamp:
Jul 6, 2006, 12:31:47 PM (18 years ago)
Author:
jack
Message:

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

Location:
inundation
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/SConscript

    r3246 r3282  
    1 # Build utilities modules
     1SConscript(['mesh_engine/SConscript'])
    22SConscript(['utilities/SConscript'])
     3SConscript(['pyvolution/SConscript'])
  • inundation/utilities/SConscript

    r3259 r3282  
    22env.SharedLibrary('polygon_ext', ['polygon_ext.c'])
    33env.SharedLibrary('util_ext', ['util_ext.c'])
     4env.SharedLibrary('sparse_ext', ['sparse_ext.c'])
Note: See TracChangeset for help on using the changeset viewer.