VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too

Move the code which sets CMAKE_VS_PLATFORM_NAME from
cmGlobalVisualStudio8Generator to cmGlobalVisualStudio7Generator.
This commit is contained in:
Patrick Gansterer
2013-08-05 12:49:32 +02:00
parent 60e568cf79
commit 4b15dc855d
6 changed files with 35 additions and 29 deletions
-3
View File
@@ -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: