Patrick Gansterer
5170a8800f
Make cmGlobalGenerator::GetDocumentation() a static function
...
Making the function static allows us to call it directly,
without creating and removing an instance of the generator.
2012-11-19 12:54:50 -05:00
Patrick Gansterer
2c7a451de0
VS: Cleanup AddPlatformDefinitions() of Visual Studio generators
...
Move adding of definitions into cmGlobalVisualStudioGenerator to
share code and avoid duplicate architecture string literals.
2012-08-22 15:08:40 -04:00
Matej Hribernik
d44c68f39e
VS: Factor Find64BitTools out of Win64 generator to parent
...
It will be shared with a forthcoming IA64 generator.
2011-06-20 08:29:40 -04:00
Brad King
fb97ba6293
Enable 64-bit tools with VS 2010 Express ( #9981 , #10722 )
...
The Express Edition does not come with 64-bit tools, but one can install
the "Microsoft Windows SDK v7.1" to get them. Detect this case and
check for the SDK. If found, set PlatformToolset to use the SDK tools.
Otherwise, fail with a concise and informative error.
2010-12-01 12:48:32 -05:00
Patrick Gansterer
807fca4ce6
VS: Convert PlatformName member to a virtual method
2010-08-24 17:36:09 -04:00
Bill Hoffman
c4e002fd49
64 bit should be setting 64 bit and not 32 bit.
2009-11-23 14:09:24 -05:00
Bill Hoffman
268448b891
Teach VS generators to set the MACHINE type correctly.
2009-11-20 11:55:28 -05:00
Brad King
50759a9ed3
WIP: VS 10 Win64 generator
...
See issue #9754 .
2009-10-22 08:24:11 -04:00