summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-icl.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: make sure the intel compiler uses the intel linkerBill Hoffman2008-09-021-1/+1
|
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵Brad King2008-01-141-2/+2
| | | | Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵Brad King2006-04-111-3/+2
| | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
* BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵Brad King2005-11-181-6/+11
| | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
* ENH: Initial importKen Martin2004-08-091-0/+73