Changeset 3523 for anuga_core/source/anuga/pyvolution/SConscript
- Timestamp:
- Aug 22, 2006, 12:35:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/pyvolution/SConscript
r3327 r3523 1 1 Import('env') 2 2 env2 = env.Copy() 3 env2.Append(CPPPATH=['# inundation/utilities'])3 env2.Append(CPPPATH=['#anuga_core/source/anuga/utilities']) 4 4 5 5 env2.SharedLibrary('quantity_ext', ['quantity_ext.c'])
Note: See TracChangeset
for help on using the changeset viewer.