diff options
author | Brad King <brad.king@kitware.com> | 2005-07-27 17:36:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-07-27 17:36:36 (GMT) |
commit | f9aef0e422b7e308d48bb409c435cc78739c4804 (patch) | |
tree | ee26bbf79a839a833431648791b6ec2ce19c932a /Source/cmLocalVisualStudio7Generator.h | |
parent | 4a98fcd0595b4ea270143bb5aeac7f2c6a4d46f6 (diff) | |
download | CMake-f9aef0e422b7e308d48bb409c435cc78739c4804.zip CMake-f9aef0e422b7e308d48bb409c435cc78739c4804.tar.gz CMake-f9aef0e422b7e308d48bb409c435cc78739c4804.tar.bz2 |
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index af35274..1e20619 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -112,6 +112,7 @@ private: const char* extraFlags); void WriteGroup(const cmSourceGroup *sg, cmTarget target, std::ostream &fout, const char *libName, std::vector<std::string> *configs); + virtual std::string GetTargetDirectory(cmTarget&); std::vector<std::string> m_CreatedProjectNames; std::string m_LibraryOutputPath; |