We have a huge fortran 77 code base and would like to build it with FTN95. Currently building with Microsoft Developer Studio PowerStation. Below is a rough estimate of what we have:
couple hundred main .FOR programs
a common library (.LIB) that has a couple hundred subroutines in it
several hundred include files (.FI)
Each main program individually relies on subroutines in the .LIB and common variables in the .FI files
In FTN95, what is the best way to build the .LIB? As a DLL? How do I tell the project to use the .FI files as well?