summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-17 15:21:47 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-17 15:21:47 -0400
commit9cbb9987371627841a8c508c0880f901a78e844a (patch)
treec95234acf6875f463574ac782048602a49accf52 /Source/cmLocalVisualStudio7Generator.h
parent1d81cf994a85ddc0cc6c0626928c33cb8d94ea6d (diff)
downloadcmake-9cbb9987371627841a8c508c0880f901a78e844a.tar.gz
ENH: add support for vs 2008 beta 2
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r--Source/cmLocalVisualStudio7Generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h
index 508c368747..0ed9d282fa 100644
--- a/Source/cmLocalVisualStudio7Generator.h
+++ b/Source/cmLocalVisualStudio7Generator.h
@@ -57,6 +57,7 @@ public:
void SetVersion71() {this->Version = 71;}
void SetVersion8() {this->Version = 8;}
+ void SetVersion9() {this->Version = 9;}
void SetPlatformName(const char* n) { this->PlatformName = n;}
virtual void ConfigureFinalPass();
void GetTargetObjectFileDirectories(cmTarget* target,