summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-07-28 18:30:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-07-28 18:30:15 (GMT)
commitb590e1dfae510e355b1a6ba6687515b162c30a78 (patch)
tree96d00a5f53d0a3de436b458d0612f3701be4ddf6 /Source/cmLocalVisualStudio7Generator.h
parente9d7ebb3ec751528a422108b20dc3c24fcd39530 (diff)
downloadCMake-b590e1dfae510e355b1a6ba6687515b162c30a78.zip
CMake-b590e1dfae510e355b1a6ba6687515b162c30a78.tar.gz
CMake-b590e1dfae510e355b1a6ba6687515b162c30a78.tar.bz2
ENH: remove code duplication and use cmVisualStudioGeneratorOptions for all versions of vs 7 and greater.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r--Source/cmLocalVisualStudio7Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h
index 34547af..c49c297 100644
--- a/Source/cmLocalVisualStudio7Generator.h
+++ b/Source/cmLocalVisualStudio7Generator.h
@@ -81,7 +81,7 @@ public:
virtual void ReadAndStoreExternalGUID(const char* name,
const char* path);
private:
- typedef cmLocalVisualStudio7GeneratorOptions Options;
+ typedef cmVisualStudioGeneratorOptions Options;
typedef cmLocalVisualStudio7GeneratorFCInfo FCInfo;
std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags,
const char* configName);