summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.cmake
Commit message (Collapse)AuthorAgeFilesLines
* force c++ for c++ filesBill Hoffman2003-03-141-1/+1
|
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-311-1/+1
|
* Add missing closing bracketAndy Cedilnik2002-12-261-1/+1
|
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵Brad King2002-12-201-2/+2
| | | | be a semicolon-separated list of configurations that will be built.
* ENH: make linker flags use init values so users can set them from the cacheBill Hoffman2002-12-191-6/+6
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-4/+17
|
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-031-3/+0
|
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵Bill Hoffman2002-12-031-2/+2
| | | | the rules
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-141-8/+19
|
* ENH: add .def file supportBill Hoffman2002-11-121-2/+2
|
* Set CMAKE_BUILD_TOOLBill Hoffman2002-11-121-3/+0
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-111-0/+14
|
* clean up flags with _init flagsBill Hoffman2002-11-111-10/+6
|
* BUG: fix setting of c flagsBill Hoffman2002-11-101-1/+3
|
* fix for cxxflagsBill Hoffman2002-11-091-6/+9
|
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-081-18/+6
| | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end.
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+70