summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/world.def
Commit message (Collapse)AuthorAgeFilesLines
* Fix Fortran test .def file symbol manglingBrad King2011-02-231-2/+0
| | | | | | | | | Commit 6a61a8a5 (Honor module .def files with MinGW tools, 2011-02-21) enabled use of .def files with GNU tools on Windows. Previously the Fortran tests's world.def file was used only for the Intel Fortran Compiler on Windows and contained the symbol name mangled for that compiler. Instead choose a .def file that names the symbol with proper mangling for the compiler in use.
* Fix Intel and MinGW Fortran DLL import librariesBrad King2009-10-261-0/+2
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.