Changeset 3327 for inundation/pyvolution


Ignore:
Timestamp:
Jul 13, 2006, 1:51:34 PM (19 years ago)
Author:
jack
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/SConscript

    r3282 r3327  
    11Import('env')
    22env2 = env.Copy()
    3 env2['CPPPATH'] += ['#inundation/utilities']
     3env2.Append(CPPPATH=['#inundation/utilities'])
    44
    55env2.SharedLibrary('quantity_ext', ['quantity_ext.c'])
Note: See TracChangeset for help on using the changeset viewer.