diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-20 10:33:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-26 14:33:24 (GMT) |
commit | d41d4d3d61275414958831bc3d5a45f74b1f2339 (patch) | |
tree | 4d2f8afd47add243479e370f1f1bb6ffe6437cea /Source/cmGlobalVisualStudio8Generator.h | |
parent | 14861f88d2e33edc53ab00f92dfaaf860f9d4084 (diff) | |
download | CMake-d41d4d3d61275414958831bc3d5a45f74b1f2339.zip CMake-d41d4d3d61275414958831bc3d5a45f74b1f2339.tar.gz CMake-d41d4d3d61275414958831bc3d5a45f74b1f2339.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index f68bb9e..a39c26d 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. |