summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-17 20:16:10 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-17 20:17:35 (GMT)
commiteeb60102e813c6c69546e4257a332ede4e234171 (patch)
treef9860ee64eb4ea96425ba99a5c3bcec42d99402a /Source/cmGlobalVisualStudioGenerator.h
parentecb34faaaba841aac6dae722dd2c6256a1472d74 (diff)
downloadCMake-eeb60102e813c6c69546e4257a332ede4e234171.zip
CMake-eeb60102e813c6c69546e4257a332ede4e234171.tar.gz
CMake-eeb60102e813c6c69546e4257a332ede4e234171.tar.bz2
VS: Refactor CMAKE_FORCE_*64 platform definitions
Remove the general infrastructure for these additional platform definitions and hard-code the only two special cases that used it. They are only for historical reasons so no new such cases should be added.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index 1ab8990..05dbb11 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -97,8 +97,6 @@ protected:
virtual const char* GetIDEVersion() = 0;
- virtual void AddPlatformDefinitions(cmMakefile* mf);
-
virtual bool ComputeTargetDepends();
class VSDependSet: public std::set<std::string> {};
class VSDependMap: public std::map<cmTarget const*, VSDependSet> {};
@@ -111,7 +109,6 @@ protected:
std::string GetUtilityDepend(cmTarget const* target);
typedef std::map<cmTarget const*, std::string> UtilityDependsMap;
UtilityDependsMap UtilityDepends;
- std::string AdditionalPlatformDefinition;
private:
virtual std::string GetVSMakeProgram() = 0;