Changeset 3810


Ignore:
Timestamp:
Oct 17, 2006, 1:01:56 PM (19 years ago)
Author:
jack
Message:

Fixed the .exp bug with SCons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/SConstruct

    r3752 r3810  
    7070# Where to find the Python.h
    7171if sys.platform == 'win32':
     72    # If we're on Windows, we need to know to work around the .exp file problem with MinGW+MSVC
     73    if env['CC'] == 'cl':
     74        env['no_import_lib'] = 1
    7275    # Prefer MinGW over MSVC
    7376    Tool('mingw')(env)
Note: See TracChangeset for help on using the changeset viewer.