diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-27 12:41:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-27 12:41:07 (GMT) |
commit | 731369ef9cfaa68dfb8582e8db873929a4cd645a (patch) | |
tree | e3c331251c22a0d969647bfac571fc410d8cad42 /Source/cmGlobalVisualStudio6Generator.cxx | |
parent | ad4f98f3cf20c3befa18979521736dc49b458a6c (diff) | |
download | CMake-731369ef9cfaa68dfb8582e8db873929a4cd645a.zip CMake-731369ef9cfaa68dfb8582e8db873929a4cd645a.tar.gz CMake-731369ef9cfaa68dfb8582e8db873929a4cd645a.tar.bz2 |
ENH: try to initialize all languages at the same time
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx index dc25c7e..a85ea61 100644 --- a/Source/cmGlobalVisualStudio6Generator.cxx +++ b/Source/cmGlobalVisualStudio6Generator.cxx @@ -24,7 +24,7 @@ cmGlobalVisualStudio6Generator::cmGlobalVisualStudio6Generator() m_FindMakeProgramFile = "CMakeVS6FindMake.cmake"; } -void cmGlobalVisualStudio6Generator::EnableLanguage(const char* lang, +void cmGlobalVisualStudio6Generator::EnableLanguage(std::vector<std::string>const& lang, cmMakefile *mf) { mf->AddDefinition("CMAKE_CFG_INTDIR","$(IntDir)"); |