Visual Studio 8 2005.rst 836 B

1234567891011121314151617181920212223
  1. Visual Studio 8 2005
  2. --------------------
  3. Deprecated. Generates Visual Studio 8 2005 project files.
  4. .. note::
  5. This generator is deprecated and will be removed in a future version
  6. of CMake. It will still be possible to build with VS 8 2005 tools
  7. using the :generator:`Visual Studio 10 2010` (or above) generator
  8. with :variable:`CMAKE_GENERATOR_TOOLSET` set to ``v80``, or by
  9. using the :generator:`NMake Makefiles` generator.
  10. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set
  11. to specify a target platform name.
  12. For compatibility with CMake versions prior to 3.1, one may specify
  13. a target platform name optionally at the end of this generator name:
  14. ``Visual Studio 8 2005 Win64``
  15. Specify target platform ``x64``.
  16. ``Visual Studio 8 2005 <WinCE-SDK>``
  17. Specify target platform matching a Windows CE SDK name.