Changeset 771


Ignore:
Timestamp:
Oct 2, 2012 9:32:11 AM (10 years ago)
Author:
vondreele
Message:

actually no change in SConstruct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/SConstruct

    r370 r771  
    210210    if FORTpath == "": FORTpath = G77path
    211211    if sys.platform == "win32":
    212         if F2PYflags == "": F2PYflags = '--compiler=mingw32 --fcompiler=gnu'
     212        if F2PYflags == "": F2PYflags = '--compiler=mingw32'
    213213        if FORTflags == "": FORTflags = ' -w -O2 -fno-automatic -finit-local-zero -malign-double -mwindows'
    214214    else:
Note: See TracChangeset for help on using the changeset viewer.