Changeset 3810
- Timestamp:
- Oct 17, 2006, 1:01:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/SConstruct
r3752 r3810 70 70 # Where to find the Python.h 71 71 if 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 72 75 # Prefer MinGW over MSVC 73 76 Tool('mingw')(env)
Note: See TracChangeset
for help on using the changeset viewer.