diff options
author | Brad King <brad.king@kitware.com> | 2015-04-15 13:20:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-15 13:21:24 (GMT) |
commit | 7b8e7c4ac3885b9a58ce1c238b045d5580f83c27 (patch) | |
tree | feb554e3ff6c30c748e5a66bc4650a12ea31cf04 /Help/generator/Visual Studio 7.rst | |
parent | 85c2626babf40d704f133fe49506d25f0a674b5f (diff) | |
download | CMake-7b8e7c4ac3885b9a58ce1c238b045d5580f83c27.zip CMake-7b8e7c4ac3885b9a58ce1c238b045d5580f83c27.tar.gz CMake-7b8e7c4ac3885b9a58ce1c238b045d5580f83c27.tar.bz2 |
Deprecate Visual Studio 7 generator (.NET 2002)
Update documentation to mark the generator deprecated. Add a warning at
the end of generation plus an option to turn off the warning.
Diffstat (limited to 'Help/generator/Visual Studio 7.rst')
-rw-r--r-- | Help/generator/Visual Studio 7.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 7.rst b/Help/generator/Visual Studio 7.rst index d0eb719..eb426f4 100644 --- a/Help/generator/Visual Studio 7.rst +++ b/Help/generator/Visual Studio 7.rst @@ -1,4 +1,10 @@ Visual Studio 7 --------------- -Generates Visual Studio .NET 2002 project files. +Deprected. Generates Visual Studio .NET 2002 project files. + +.. note:: + This generator is deprecated and will be removed + in a future version of CMake. It will still be + possible to build with VS 7.0 tools using the + :generator:`NMake Makefiles` generator. |