summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-gcc.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, ↵Brad King2008-01-301-0/+11
| | | | CMAKE_<LANG>_ARCHIVE_APPEND, and CMAKE_<LANG>_ARCHIVE_FINISH to support creation of static archive libraries out of a large number of objects. See bug #6284.
* ENH: Added support for import libraries created by executable and module ↵Brad King2007-03-191-2/+2
| | | | targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly.
* ENH: Adding image version number (major.minor) property to windows binaries. ↵Brad King2006-10-161-4/+12
| | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
* ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This ↵Brad King2006-10-051-0/+11
| | | | addresses bug#1644 on these platforms.
* ENH: add windows apps to mingwBill Hoffman2006-04-171-0/+1
|
* ENH: Added support for linking to MS .lib libraries in MinGW.Brad King2006-03-221-1/+2
|
* BUG: Fixed module creation rules. Removed soname portion of all rules ↵Brad King2006-02-191-4/+4
| | | | because it is never used on this platform.
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-0/+12
|
* ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵Brad King2006-02-091-0/+5
| | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
* BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffixBill Hoffman2006-01-021-0/+1
|
* COMP: On mingw, -fPIC is not necessary and it actually produces warningsAndy Cedilnik2005-10-181-0/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-3/+3
| | | | directory.
* Make sure cmake uses consistent module prefixesBill Hoffman2004-08-301-1/+2
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-2/+0
| | | | to enable a language without modifing cmake source code
* BUG: fix mingw module load testsBill Hoffman2004-02-161-1/+0
|
* shared modules are not linked so do not use lib prefixBill Hoffman2004-02-141-0/+1
|
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-131-1/+1
|
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-141-0/+2
|
* ENH: MinGW build now passes all the testsBill Hoffman2003-08-271-2/+2
|
* ENH: add configure file for gcc under windowsBill Hoffman2003-08-221-0/+14