diff options
author | Brad King <brad.king@kitware.com> | 2006-05-05 20:54:53 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-05-05 20:54:53 -0400 |
commit | bc135b7fc219187b5154e13f3606b64759f269fc (patch) | |
tree | d0b6d5c12313ce87f732836400f42ed3d7d595be /Source/cmGlobalVisualStudio71Generator.h | |
parent | fad3e1dd77c430c90523bb10aafc848c26831d7c (diff) | |
download | cmake-bc135b7fc219187b5154e13f3606b64759f269fc.tar.gz |
BUG: MSVC* variables should be set in IDE generators instead of just NMake.
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index 976758c109..dc51fe0b58 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -44,6 +44,7 @@ public: virtual cmLocalGenerator *CreateLocalGenerator(); protected: + virtual void AddPlatformDefinitions(cmMakefile* mf); virtual void WriteSLNFile(std::ostream& fout, cmLocalGenerator* root, std::vector<cmLocalGenerator*>& generators); |