source:
trunk/fsource/cf2py.bat
@
203
Last change on this file since 203 was 203, checked in by vondreele, 13 years ago | |
---|---|
File size: 143 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.