: : mkmsc.bat : : make *.lib and test* using VisualC++ and FORTRAN PWB : : : set makefile=makefile.vcc : @echo off set PATH=D:\MSDEV\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND set INCLUDE=d:\MSDEV\INCLUDE; set LIB=d:\MSDEV\LIB; set tmp=\tmp set temp=\tmp : : nmake -f %makefile% %1 %2 %3 %4 %5 %6 %7 %8