summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-g77.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modernize GNU compiler info on WindowsBrad King2009-12-021-24/+0
| | | | | | | | | | | | This moves GNU compiler info on Windows into new-style modules Platform/Windows-GNU-<lang>.cmake using language-independent helper module Platform/Windows-GNU.cmake to define macros consolidating the information.
* Fix Intel and MinGW Fortran DLL import librariesBrad King2009-10-261-1/+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.
* ENH: fix fortran flags on g77 windowsBill Hoffman2008-11-111-0/+7
|
* BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffixBill Hoffman2006-01-021-0/+1
|
* ENH: add the ability to generate custom commands for a language that is not ↵Bill Hoffman2004-10-211-0/+15
supported by an IDE