diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-18 19:34:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-18 19:34:48 (GMT) |
commit | 77ef811c8ee8a209b03c546530adf2110f9fce4a (patch) | |
tree | d88863a79fb369eed75f61c8834c49e66249aa74 /Source/cmGlobalVisualStudio9Generator.h | |
parent | 0bbae2a5b28f269e51733b7e944cd6214dccbd53 (diff) | |
download | CMake-77ef811c8ee8a209b03c546530adf2110f9fce4a.zip CMake-77ef811c8ee8a209b03c546530adf2110f9fce4a.tar.gz CMake-77ef811c8ee8a209b03c546530adf2110f9fce4a.tar.bz2 |
ENH: add MSVC90 define to vs9 ide
Diffstat (limited to 'Source/cmGlobalVisualStudio9Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio9Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.h b/Source/cmGlobalVisualStudio9Generator.h index 03c422a..66d0180 100644 --- a/Source/cmGlobalVisualStudio9Generator.h +++ b/Source/cmGlobalVisualStudio9Generator.h @@ -37,7 +37,8 @@ public: virtual const char* GetName() const { return cmGlobalVisualStudio9Generator::GetActualName();} static const char* GetActualName() {return "Visual Studio 9 2008";} - + virtual void AddPlatformDefinitions(cmMakefile* mf); + /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry) const; |