: : mkmsc.bat : : make *.lib and test* using MS-C v.7 nad MS-FORTRAN v5.1 : : : set makefile=makefile.msc : path=\c700\bin;\fortran\binb;c:\windows;c:\windows\command; : path for MS-C must preced for that for FORTRAN : set include=\c700\include set lib=\c700\lib;\fortran\lib set init=\c700\init set tmp=\tmp set temp=\tmp : : nmake -f %makefile% %1 %2 %3 %4 %5 %6 %7 %8