Changeset 3752
- Timestamp:
- Oct 11, 2006, 2:54:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/SConstruct
r3682 r3752 158 158 159 159 a2fv_dir = os.path.join(anuga_root, 'abstract_2d_finite_volumes') 160 160 161 a2fv_install_dir = os.path.join(install_root, 'abstract_2d_finite_volumes') 161 162 162 163 env.Install(a2fv_install_dir, a2fv_env.SharedLibrary(os.path.join(a2fv_dir, 'quantity_ext'), 163 164 map(lambda s: os.path.join(a2fv_dir, s), ['quantity_ext.c']))) 164 env.Install(a2fv_install_dir, a2fv_env.SharedLibrary(os.path.join(a2fv_dir, 'shallow_water_kinetic'),165 map(lambda s: os.path.join(a2fv_dir, s), ['shallow_water_kinetic_ext.c'])))166 165 167 166 # Shallow_water … … 174 173 env.Install(sw_install_dir, sw_env.SharedLibrary(os.path.join(sw_dir, 'shallow_water_ext'), 175 174 map(lambda s: os.path.join(sw_dir, s), ['shallow_water_ext.c']))) 175 env.Install(a2fv_install_dir, sw_env.SharedLibrary(os.path.join(sw_dir, 'shallow_water_kinetic'), 176 map(lambda s: os.path.join(sw_dir, s), ['shallow_water_kinetic_ext.c'])))
Note: See TracChangeset
for help on using the changeset viewer.