summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-03 16:36:11 (GMT)
committerBrad King <brad.king@kitware.com>2006-02-03 16:36:11 (GMT)
commitafa83678854b7af547c9f0033ac5f7446a163447 (patch)
tree6696c212b3243e536816708262b800ed188e5d22 /Source/cmGlobalVisualStudio6Generator.h
parent0f5aced5029203a7a833e81f2f36dafcd3c56d99 (diff)
downloadCMake-afa83678854b7af547c9f0033ac5f7446a163447.zip
CMake-afa83678854b7af547c9f0033ac5f7446a163447.tar.gz
CMake-afa83678854b7af547c9f0033ac5f7446a163447.tar.bz2
BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name.
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index 1d9b56d..687ab8a 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -74,6 +74,10 @@ public:
virtual void WriteDSWFile(std::ostream& fout,
cmLocalGenerator* root,
std::vector<cmLocalGenerator*>& generators);
+
+ /** Append the subdirectory for the given configuration. */
+ virtual void AppendDirectoryForConfig(const char* config, std::string& dir);
+
private:
void GenerateConfigurations(cmMakefile* mf);
void WriteDSWFile(std::ostream& fout);