summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-08-27 12:41:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-08-27 12:41:07 (GMT)
commit731369ef9cfaa68dfb8582e8db873929a4cd645a (patch)
treee3c331251c22a0d969647bfac571fc410d8cad42 /Source/cmGlobalVisualStudio6Generator.h
parentad4f98f3cf20c3befa18979521736dc49b458a6c (diff)
downloadCMake-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.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index 97338a1..d1dec83 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -47,8 +47,7 @@ public:
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
- virtual void EnableLanguage(const char*, cmMakefile *mf);
-
+ virtual void EnableLanguage(std::vector<std::string>const& languages, cmMakefile *);
/**
* Try running cmake and building a file. This is used for dynalically
* loaded commands, not as part of the usual build process.