ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
commit6c4e5cc39dea2c6ee81d58e55f72f2bf6a94a64e
authorhoffman <hoffman>
Thu, 25 Jun 2009 20:41:54 +0000 (25 20:41 +0000)
committerhoffman <hoffman>
Thu, 25 Jun 2009 20:41:54 +0000 (25 20:41 +0000)
tree74459c7dade954281e2d1013cd0047eb1c0886d2
parent17619f2d1fcb59480e387ecd1591ad773e2e4306
ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
24 files changed:
CompileFlags.cmake
Modules/CMakeVS10FindMake.cmake [new file with mode: 0644]
Source/CMakeLists.txt
Source/cmGlobalGenerator.cxx
Source/cmGlobalVisualStudio10Generator.cxx [new file with mode: 0755]
Source/cmGlobalVisualStudio10Generator.h [new file with mode: 0755]
Source/cmGlobalVisualStudio71Generator.cxx
Source/cmListFileLexer.c
Source/cmLocalGenerator.h
Source/cmLocalVisualStudio10Generator.cxx [new file with mode: 0755]
Source/cmLocalVisualStudio10Generator.h [new file with mode: 0755]
Source/cmLocalVisualStudio7Generator.h
Source/cmLocalVisualStudioGenerator.h
Source/cmMakefile.cxx
Source/cmVS10CLFlagTable.h [new file with mode: 0755]
Source/cmVS10LibFlagTable.h [new file with mode: 0755]
Source/cmVS10LinkFlagTable.h [new file with mode: 0755]
Source/cmVisualStudio10TargetGenerator.cxx [new file with mode: 0755]
Source/cmVisualStudio10TargetGenerator.h [new file with mode: 0755]
Source/cmVisualStudioGeneratorOptions.cxx [new file with mode: 0755]
Source/cmVisualStudioGeneratorOptions.h [new file with mode: 0755]
Source/cmake.cxx
Source/cmparseMSBuildXML.py [new file with mode: 0755]
Source/kwsys/ProcessWin32.c