summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio9Win64Generator.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-11-19 16:21:47 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-19 17:54:57 (GMT)
commit6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70 (patch)
tree90741f846b81f40885aa14523d5df33304eb9287 /Source/cmGlobalVisualStudio9Win64Generator.h
parent5170a8800ff4613dd41f6995e8efd43df36a40bd (diff)
downloadCMake-6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70.zip
CMake-6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70.tar.gz
CMake-6f439b30cb0b1a76c8e7ee8f169a0415a8a47c70.tar.bz2
VS: Remove AddPlatformDefinitions from platform-specific generators
Move the logic for handling platform specific defines from the subclasses into the cmGlobalVisualStudioGenerator base class.
Diffstat (limited to 'Source/cmGlobalVisualStudio9Win64Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio9Win64Generator.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmGlobalVisualStudio9Win64Generator.h b/Source/cmGlobalVisualStudio9Win64Generator.h
index de7a182..713c402 100644
--- a/Source/cmGlobalVisualStudio9Win64Generator.h
+++ b/Source/cmGlobalVisualStudio9Win64Generator.h
@@ -38,11 +38,5 @@ public:
/** Get the documentation entry for this generator. */
static void GetDocumentation(cmDocumentationEntry& entry);
-
- /**
- * Try to determine system infomation such as shared library
- * extension, pthreads, byte order etc.
- */
- virtual void AddPlatformDefinitions(cmMakefile *);
};
#endif