summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorMatej Hribernik <matej.hribernik@comtrade.com>2011-06-19 16:40:28 (GMT)
committerBrad King <brad.king@kitware.com>2011-06-20 12:29:40 (GMT)
commitd44c68f39e5b46324898ce4ad0b12c63095b1b40 (patch)
tree90b45af79057fb0e7e8469411f74a208cd0a6d32 /Source/cmGlobalVisualStudio10Generator.h
parentac8a6bf085b088748e0b4e355f73f80cf4745f62 (diff)
downloadCMake-d44c68f39e5b46324898ce4ad0b12c63095b1b40.zip
CMake-d44c68f39e5b46324898ce4ad0b12c63095b1b40.tar.gz
CMake-d44c68f39e5b46324898ce4ad0b12c63095b1b40.tar.bz2
VS: Factor Find64BitTools out of Win64 generator to parent
It will be shared with a forthcoming IA64 generator.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index bef5642..8573670 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -74,6 +74,7 @@ public:
virtual std::string GetUserMacrosRegKeyBase();
virtual const char* GetCMakeCFGInitDirectory()
{ return "$(Configuration)";}
+ bool Find64BitTools(cmMakefile* mf);
protected:
virtual const char* GetIDEVersion() { return "10.0"; }