Changeset 3327 for inundation/pyvolution
- Timestamp:
- Jul 13, 2006, 1:51:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/SConscript
r3282 r3327 1 1 Import('env') 2 2 env2 = env.Copy() 3 env2 ['CPPPATH'] += ['#inundation/utilities']3 env2.Append(CPPPATH=['#inundation/utilities']) 4 4 5 5 env2.SharedLibrary('quantity_ext', ['quantity_ext.c'])
Note: See TracChangeset
for help on using the changeset viewer.