Skip to content
  • Brad King's avatar
    Fix Intel and MinGW Fortran DLL import libraries · 707d05e9
    Brad King authored
    We add Intel and MinGW Fortran linker options to create the import
    library portion of a DLL.  This allows other binaries to link to a
    Fortran DLL.
    
    We also update the Fortran test to use a .def file to specify exports
    since there is no __declspec(dllexport) markup syntax in Fortran.
    707d05e9