Changeset 771
- Timestamp:
- Oct 2, 2012 9:32:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fsource/SConstruct
r370 r771 210 210 if FORTpath == "": FORTpath = G77path 211 211 if sys.platform == "win32": 212 if F2PYflags == "": F2PYflags = '--compiler=mingw32 --fcompiler=gnu'212 if F2PYflags == "": F2PYflags = '--compiler=mingw32' 213 213 if FORTflags == "": FORTflags = ' -w -O2 -fno-automatic -finit-local-zero -malign-double -mwindows' 214 214 else:
Note: See TracChangeset
for help on using the changeset viewer.