Changeset 3546 for anuga_core/source/anuga/utilities
- Timestamp:
- Sep 7, 2006, 3:21:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/SConscript
r3282 r3546 1 import os 1 2 Import('env') 2 env.SharedLibrary('polygon_ext', ['polygon_ext.c']) 3 env.SharedLibrary('util_ext', ['util_ext.c']) 4 env.SharedLibrary('sparse_ext', ['sparse_ext.c']) 3 instdir = os.path.join(env['PREFIX'], 'anuga', 'utilities') 4 env.Install(instdir, env.SharedLibrary('polygon_ext', ['polygon_ext.c'])) 5 env.Install(instdir, env.SharedLibrary('util_ext', ['util_ext.c'])) 6 env.Install(instdir, env.SharedLibrary('sparse_ext', ['sparse_ext.c']))
Note: See TracChangeset
for help on using the changeset viewer.