diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-19 16:21:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-19 17:54:57 (GMT) |
commit | 6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70 (patch) | |
tree | 90741f846b81f40885aa14523d5df33304eb9287 /Source/cmGlobalVisualStudioGenerator.h | |
parent | 5170a8800ff4613dd41f6995e8efd43df36a40bd (diff) | |
download | CMake-6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70.zip CMake-6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70.tar.gz CMake-6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70.tar.bz2 |
VS: Remove AddPlatformDefinitions from platform-specific generators
Move the logic for handling platform specific defines from the
subclasses into the cmGlobalVisualStudioGenerator base class.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index cebf7d7..7258e31 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -99,6 +99,7 @@ protected: typedef std::map<cmTarget*, cmStdString> UtilityDependsMap; UtilityDependsMap UtilityDepends; const char* ArchitectureId; + const char* AdditionalPlatformDefinition; private: void ComputeTargetObjects(cmGeneratorTarget* gt) const; |