I am trying to migrate a WIN32 DLL that includes C++ and FORTRAN modules from Compaq Visual FORTRAN to Intel Visual FORTRAN with Microsoft Visual Studion 2012 The FORTRAN modules currently compile as a "Custom Build Tool" from the command prompt. I was hoping that by upgrading to the Intel compiler that the FORTRAN modules would be recognized as a registered build item but that does not appear to be the case. I do not see a way to select the FORTRAN compiler from the property pages.
I can certainly configure a "Custom Build Tool" with proper compiler syntax, but I wonder if I am missing something?
(I can build FORTRAN only projects fine and all the packages seem to be installed correctly according to Intel's documentation).