diff options
author | Patrick Gansterer <paroga@paroga.com> | 2013-08-05 10:49:32 (GMT) |
---|---|---|
committer | Patrick Gansterer <paroga@paroga.com> | 2013-08-05 11:38:23 (GMT) |
commit | 4b15dc855d8f5347169391b6a1a86320f2efaae4 (patch) | |
tree | 8174d7940f650b9b829d45de56cd804137289704 /Source/cmGlobalVisualStudio8Generator.h | |
parent | 60e568cf790705b3ed7a61d6768ba6220bfbabe8 (diff) | |
download | CMake-4b15dc855d8f5347169391b6a1a86320f2efaae4.zip CMake-4b15dc855d8f5347169391b6a1a86320f2efaae4.tar.gz CMake-4b15dc855d8f5347169391b6a1a86320f2efaae4.tar.bz2 |
VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too
Move the code which sets CMAKE_VS_PLATFORM_NAME from
cmGlobalVisualStudio8Generator to cmGlobalVisualStudio7Generator.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Generator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index bcbd7a0..262acad 100644 --- a/Source/cmGlobalVisualStudio8Generator.h +++ b/Source/cmGlobalVisualStudio8Generator.h @@ -30,8 +30,6 @@ public: ///! Get the name for the generator. virtual const char* GetName() const {return this->Name.c_str();} - const char* GetPlatformName() const; - /** Get the documentation entry for this generator. */ static void GetDocumentation(cmDocumentationEntry& entry); @@ -87,7 +85,6 @@ protected: const char* path, cmTarget &t); std::string Name; - std::string PlatformName; std::string WindowsCEVersion; private: |