summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows-cl.cmake so that at most one MSVC** variable is defined.David Cole2010-05-051-23/+4
* Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...Bill Hoffman2009-11-201-30/+11
* Move /MANIFEST flag into -E vs_link. This is so it can be used by the intel ...Bill Hoffman2009-09-011-1/+1
* ENH: remove debug messageBill Hoffman2009-07-151-1/+0
* ENH: do not use /INCREMENTAL:YES with VS 10 compilerBill Hoffman2009-07-151-4/+16
* ENH: fix problem where rc language recursively included itself because CMAKE_...Bill Hoffman2008-10-141-4/+1
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-1/+4
* ENH: undo optional because we need itBill Hoffman2008-06-241-3/+0
* ENH: rc is not so optional at least with 2005 and newer, as it is used to emb...Bill Hoffman2008-06-241-1/+1
* ENH: make rc optionalBill Hoffman2008-06-231-1/+4
* ENH: fix c flags for 2003 free command line toolsBill Hoffman2008-03-131-9/+8
* BUG: Do not place $(CMAKE_COMMAND) in link scripts.Brad King2008-03-011-4/+4
* ENH: make sure MSVC90 is setBill Hoffman2008-01-181-0/+4
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-14/+4
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-5/+17
* ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makesAlexander Neundorf2007-08-021-1/+0
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-50/+1
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-4/+3
* BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc...Brad King2007-03-101-8/+12
* BUG: Shared library creation should use /implib option to specify the name of...Brad King2007-03-091-6/+7
* BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI...Brad King2007-03-071-5/+1
* BUG: use different commands for shared libraries and exe for manifest stuff f...Bill Hoffman2006-11-111-2/+2
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-3/+3
* BUG: fix for bug#3652 use link /lib instead of libBill Hoffman2006-10-031-1/+1
* ENH: Adding flags to force generation of manifest files when building with VC 8.Brad King2006-08-151-6/+13
* ENH: Enabled generation of preprocessed and assembly source rules for MSVC wi...Brad King2006-08-091-0/+12
* BUG: fix for bug 3550, for release builds do not build incrementalBill Hoffman2006-07-261-6/+20
* BUG: fix for CXX only projectsKen Martin2006-07-241-3/+7
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-12/+12
* ENH: removed logo info from the manifest toolKen Martin2006-06-121-3/+3
* ENH: Makefile performance improvementsKen Martin2006-05-021-6/+6
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-5/+5
* ENH: unix makefiles should work with clBill Hoffman2006-04-191-2/+2
* ENH: don't need two of theseBill Hoffman2006-04-191-4/+0
* ENH: test for vs8 correctlyBill Hoffman2006-04-191-0/+4
* ENH: check for version 1400Bill Hoffman2006-04-191-0/+4
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-12/+4
* ENH: add better variables for MSVC versionsBill Hoffman2006-04-071-11/+25
* BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NM...Brad King2006-03-301-4/+5
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-1/+32
* BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if no...Brad King2006-03-161-30/+30
* ENH: add support for manifest stuffBill Hoffman2006-03-061-3/+6
* ENH: add manifest support for 2005Bill Hoffman2006-03-031-8/+15
* ENH: check in new find stuffBill Hoffman2006-03-021-0/+1
* ENH: make command line flags more consistent with ide settingsBill Hoffman2006-02-211-26/+26
* ENH: fix try compile for MFCBill Hoffman2006-02-141-2/+12
* ENH: Adding definition of MSVC when it is the compiler.Brad King2006-02-071-0/+1
* BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 beca...Brad King2006-02-031-2/+2
* ENH: correct standard librariesBill Hoffman2006-01-171-0/+2
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2