summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-11-20 11:33:34 +0100
committerBrad King <brad.king@kitware.com>2012-11-26 09:33:24 -0500
commitd41d4d3d61275414958831bc3d5a45f74b1f2339 (patch)
tree4d2f8afd47add243479e370f1f1bb6ffe6437cea /Source/cmGlobalVisualStudio8Generator.h
parent14861f88d2e33edc53ab00f92dfaaf860f9d4084 (diff)
downloadcmake-d41d4d3d61275414958831bc3d5a45f74b1f2339.tar.gz
VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefile
When adding more platforms to the Visual Studio generators a simple regular expressing can not handle all cases anymore. This new define holds the name of the Visual Studio target platform.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index f68bb9ee1f..a39c26d91d 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -38,6 +38,8 @@ public:
///! Create a local generator appropriate to this Global Generator
virtual cmLocalGenerator *CreateLocalGenerator();
+ virtual void AddPlatformDefinitions(cmMakefile* mf);
+
/**
* Override Configure and Generate to add the build-system check
* target.