Visual Studio 9 2008.rst 960 B

123456789101112131415161718192021222324252627282930
  1. Visual Studio 9 2008
  2. --------------------
  3. Generates Visual Studio 9 2008 project files.
  4. Platform Selection
  5. ^^^^^^^^^^^^^^^^^^
  6. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set, perhaps
  7. via the :manual:`cmake(1)` ``-A`` option, to specify a target platform
  8. name (architecture). For example:
  9. * ``cmake -G "Visual Studio 9 2008" -A Win32``
  10. * ``cmake -G "Visual Studio 9 2008" -A x64``
  11. * ``cmake -G "Visual Studio 9 2008" -A Itanium``
  12. * ``cmake -G "Visual Studio 9 2008" -A <WinCE-SDK>``
  13. (Specify a target platform matching a Windows CE SDK name.)
  14. For compatibility with CMake versions prior to 3.1, one may specify
  15. a target platform name optionally at the end of the generator name.
  16. This is supported only for:
  17. ``Visual Studio 9 2008 Win64``
  18. Specify target platform ``x64``.
  19. ``Visual Studio 9 2008 IA64``
  20. Specify target platform ``Itanium``.
  21. ``Visual Studio 9 2008 <WinCE-SDK>``
  22. Specify target platform matching a Windows CE SDK name.