source: inundation/pyvolution/SConscript @ 3475

Last change on this file since 3475 was 3327, checked in by jack, 18 years ago

Improved Build Process under Windows:

MinGW tools should be favoured over MSVC tools.
CFLAGS variable in build_options.py split into MSVCFLAGS and GCCFLAGS

File size: 277 bytes
Line 
1Import('env')
2env2 = env.Copy()
3env2.Append(CPPPATH=['#inundation/utilities'])
4
5env2.SharedLibrary('quantity_ext', ['quantity_ext.c'])
6env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c'])
7env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c'])
Note: See TracBrowser for help on using the repository browser.