diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-04-10 13:54:01 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-04-10 13:54:01 (GMT) |
commit | 8b0c61c322f939f2d718e71c5c796df9d58c6cc2 (patch) | |
tree | 97ac5ffb8706d20e87523b667ccf7769c08db381 /Source/cmLocalVisualStudio7Generator.h | |
parent | 5415b65067ed2eabaa1bb64a50ced230074dab53 (diff) | |
download | CMake-8b0c61c322f939f2d718e71c5c796df9d58c6cc2.zip CMake-8b0c61c322f939f2d718e71c5c796df9d58c6cc2.tar.gz CMake-8b0c61c322f939f2d718e71c5c796df9d58c6cc2.tar.bz2 |
ENH: added internal target property for the name of the project file
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 64a29c5..b983799 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -54,14 +54,6 @@ public: */ void SetBuildType(BuildType,const char *name); - /** - * Return array of created DSP names in a STL vector. - * Each executable must have its own dsp. - */ - std::vector<std::string> GetCreatedProjectNames() - { - return this->CreatedProjectNames; - } void SetVersion71() {this->Version = 71;} void SetVersion8() {this->Version = 8;} void SetPlatformName(const char* n) { this->PlatformName = n;} @@ -127,7 +119,6 @@ private: virtual std::string GetTargetDirectory(cmTarget&); cmVS7FlagTable const* ExtraFlagTable; - std::vector<std::string> CreatedProjectNames; std::string ModuleDefinitionFile; int Version; std::string PlatformName; // Win32 or x64 |