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 | |
---|
1 | Import('env') |
---|
2 | env2 = env.Copy() |
---|
3 | env2.Append(CPPPATH=['#inundation/utilities']) |
---|
4 | |
---|
5 | env2.SharedLibrary('quantity_ext', ['quantity_ext.c']) |
---|
6 | env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c']) |
---|
7 | env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c']) |
---|
Note: See
TracBrowser
for help on using the repository browser.