Changeset 207


Ignore:
Timestamp:
Jan 4, 2011 4:29:09 PM (13 years ago)
Author:
vondreele
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/cf2py.bat

    r203 r207  
    1 path=%path:MinGW32=MinGW64%
    2 f2py -c -m --opt='-O1' %1 %1.for %2 --compiler=mingw32
    3 path=%path:MinGW64=MinGW32%
    4 move %1.pyd ..\binwin64-2.6
     1f2py -c -m %1 %1.for %2 --compiler=mingw32 -Lc:\gsas\lib -lgsas
     2mv %1.pyd ..\binwin2.6
Note: See TracChangeset for help on using the changeset viewer.