summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Win64Generator.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge in changes to CMake-2-8 RC 2Bill Hoffman2009-10-011-14/+9
|
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
| | | | | | | | | | | | | something like this: ENABLE_LANGUAGE(ASM-ATT) IF(CMAKE_ASM-ATT_COMPILER_WORKS) ... do assembler stufff ELSE(CMAKE_ASM-ATT_COMPILER_WORKS) ... fallback to generic C/C++ ENDIF(CMAKE_ASM-ATT_COMPILER_WORKS) Alex
* STYLE: fix line lengthKen Martin2006-05-111-2/+4
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-0/+52
warnings produced by building for win64