Writing and Compiling FORTRAN Programs on Windows Using XEmacs and MinGW
x
cd c:\Documents and Settings\mwr\Desktop\
make -k
g77 -o myprogram.o -c myprogram.f
g77 -o mysubroutine.o -c mysubroutine.f
g77 -o myprogram.exe myprogram.o mysubroutine.o
Compilation finished at Fri Sep 30 15:31:17
