source:
trunk/fsource/cf2py32.bat
@
212
Last change on this file since 212 was 212, checked in by vondreele, 12 years ago | |
---|---|
File size: 332 bytes |
Line | |
---|---|
1 | if [%2] == [] goto ONE |
2 | cd %2 |
3 | gfortran -c *.for -w -O2 -fno-automatic -finit-local-zero -malign-double -mwindows |
4 | ar crs lib%2.a *.o |
5 | del *.o |
6 | move /Y lib%2.a .. |
7 | cd .. |
8 | f2py -c -m %1 %1.for --compiler=mingw32 -L./ -l%2 |
9 | goto TWO |
10 | :ONE |
11 | f2py -c -m %1 %1.for --compiler=mingw32 |
12 | :TWO |
13 | move %1.pyd ..\binwin-2.6 |
14 |
Note: See TracBrowser
for help on using the repository browser.