Patrick Gansterer
|
6f439b30cb
|
VS: Remove AddPlatformDefinitions from platform-specific generators
Move the logic for handling platform specific defines from the
subclasses into the cmGlobalVisualStudioGenerator base class.
|
2012-11-19 12:54:57 -05:00 |
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 |
Brad King
|
3d5632ed59
|
Add Visual Studio 11 generator for x86 and x64 tools
|
2011-09-23 10:10:01 -04:00 |