diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst | 2 | ||||
-rw-r--r-- | Help/generator/Visual Studio 9 2008.rst | 44 | ||||
-rw-r--r-- | Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst | 2 | ||||
-rw-r--r-- | Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst | 2 | ||||
-rw-r--r-- | Help/prop_sf/COMPILE_FLAGS.rst | 3 | ||||
-rw-r--r-- | Help/prop_sf/COMPILE_OPTIONS.rst | 3 | ||||
-rw-r--r-- | Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/LINKER_TYPE.rst | 3 | ||||
-rw-r--r-- | Help/prop_tgt/VS_GLOBAL_KEYWORD.rst | 5 | ||||
-rw-r--r-- | Help/prop_tgt/VS_KEYWORD.rst | 7 | ||||
-rw-r--r-- | Help/release/dev/remove-vs9-generator.rst | 4 | ||||
-rw-r--r-- | Help/variable/CMAKE_CFG_INTDIR.rst | 1 | ||||
-rw-r--r-- | Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_VS_DEVENV_COMMAND.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst | 2 |
16 files changed, 25 insertions, 61 deletions
diff --git a/Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst b/Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst index 77ead4d..82bd007 100644 --- a/Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst +++ b/Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst @@ -4,7 +4,7 @@ CMAKE_MSVCIDE_RUN_PATH .. include:: ENV_VAR.txt Extra PATH locations for custom commands when using -:generator:`Visual Studio 9 2008` (or above) generators. +:generator:`Visual Studio 12 2013` (or above) generators. The ``CMAKE_MSVCIDE_RUN_PATH`` environment variable sets the default value for the :variable:`CMAKE_MSVCIDE_RUN_PATH` variable if not already explicitly set. diff --git a/Help/generator/Visual Studio 9 2008.rst b/Help/generator/Visual Studio 9 2008.rst index 1439270..01d5af2 100644 --- a/Help/generator/Visual Studio 9 2008.rst +++ b/Help/generator/Visual Studio 9 2008.rst @@ -1,41 +1,9 @@ Visual Studio 9 2008 -------------------- -Deprecated. Generates Visual Studio 9 2008 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 9 2008 tools - using the :generator:`Visual Studio 14 2015` generator (or above, - and with VS 10 2010 also installed) with - :variable:`CMAKE_GENERATOR_TOOLSET` set to ``v90``, - or by using the :generator:`NMake Makefiles` generator. - -Platform Selection -^^^^^^^^^^^^^^^^^^ - -The default target platform name (architecture) is ``Win32``. - -.. versionadded:: 3.1 - The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set, perhaps - via the :option:`cmake -A` option, to specify a target platform - name (architecture). For example: - - * ``cmake -G "Visual Studio 9 2008" -A Win32`` - * ``cmake -G "Visual Studio 9 2008" -A x64`` - * ``cmake -G "Visual Studio 9 2008" -A Itanium`` - * ``cmake -G "Visual Studio 9 2008" -A <WinCE-SDK>`` - (Specify a target platform matching a Windows CE SDK name.) - -For compatibility with CMake versions prior to 3.1, one may specify -a target platform name optionally at the end of the generator name. -This is supported only for: - -``Visual Studio 9 2008 Win64`` - Specify target platform ``x64``. - -``Visual Studio 9 2008 IA64`` - Specify target platform ``Itanium``. - -``Visual Studio 9 2008 <WinCE-SDK>`` - Specify target platform matching a Windows CE SDK name. +Removed. This once generated Visual Studio 9 2008 project files, but +the generator has been removed since CMake 3.30. It is still possible +to build with VS 9 2008 tools using the :generator:`Visual Studio 14 2015` +generator (or above, and with VS 10 2010 also installed) with +:variable:`CMAKE_GENERATOR_TOOLSET` set to ``v90``, or by using +the :generator:`NMake Makefiles` generator. diff --git a/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst b/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst index b65db99..c36306d 100644 --- a/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst +++ b/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst @@ -17,7 +17,7 @@ pairs. Each such pair will be transformed into an entry in the solution global section. Whitespace around key and value is ignored. List elements which do not contain an equal sign are skipped. -This property only works for Visual Studio 9 and above; it is ignored +This property only works for Visual Studio 12 and above; it is ignored on other generators. The property only applies when set on a directory whose ``CMakeLists.txt`` contains a :command:`project` command. diff --git a/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst b/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst index 7f8bf61..c775ad5 100644 --- a/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst +++ b/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst @@ -17,6 +17,6 @@ pairs. Each such pair will be transformed into an entry in the solution global section. Whitespace around key and value is ignored. List elements which do not contain an equal sign are skipped. -This property only works for Visual Studio 9 and above; it is ignored +This property only works for Visual Studio 12 and above; it is ignored on other generators. The property only applies when set on a directory whose ``CMakeLists.txt`` contains a :command:`project` command. diff --git a/Help/prop_sf/COMPILE_FLAGS.rst b/Help/prop_sf/COMPILE_FLAGS.rst index eefe7bf..1d3def4 100644 --- a/Help/prop_sf/COMPILE_FLAGS.rst +++ b/Help/prop_sf/COMPILE_FLAGS.rst @@ -5,8 +5,7 @@ Additional flags to be added when compiling this source file. The ``COMPILE_FLAGS`` property, managed as a string, sets additional compiler flags used that will be added to the list of compile flags when this source -file builds. The flags will be added after target-wide flags (except in -some cases not supported by the :generator:`Visual Studio 9 2008` generator). +file builds. The flags will be added after target-wide flags. Use :prop_sf:`COMPILE_DEFINITIONS` to pass additional preprocessor definitions. diff --git a/Help/prop_sf/COMPILE_OPTIONS.rst b/Help/prop_sf/COMPILE_OPTIONS.rst index 84c543a..9b00e0e 100644 --- a/Help/prop_sf/COMPILE_OPTIONS.rst +++ b/Help/prop_sf/COMPILE_OPTIONS.rst @@ -7,8 +7,7 @@ List of additional options to pass to the compiler. This property holds a :ref:`semicolon-separated list <CMake Language Lists>` of options and will be added to the list of compile flags when this source -file builds. The options will be added after target-wide options (except in -some cases not supported by the :generator:`Visual Studio 9 2008` generator). +file builds. The options will be added after target-wide options. Contents of ``COMPILE_OPTIONS`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual diff --git a/Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst b/Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst index f11fe7c..afbee83 100644 --- a/Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst +++ b/Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst @@ -4,7 +4,7 @@ DEPLOYMENT_ADDITIONAL_FILES .. versionadded:: 3.13 Set the WinCE project ``AdditionalFiles`` in ``DeploymentTool`` in ``.vcproj`` -files generated by the :generator:`Visual Studio 9 2008` generator. +files generated by the :ref:`Visual Studio Generators`. This is useful when you want to debug on remote WinCE device. Specify additional files that will be copied to the device. For example: diff --git a/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst b/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst index 0680238..3f691b1 100644 --- a/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst +++ b/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst @@ -5,7 +5,7 @@ DEPLOYMENT_REMOTE_DIRECTORY Set the WinCE project ``RemoteDirectory`` in ``DeploymentTool`` and ``RemoteExecutable`` in ``DebuggerTool`` in ``.vcproj`` files generated -by the :generator:`Visual Studio 9 2008` generator. +by the :ref:`Visual Studio Generators`. This is useful when you want to debug on remote WinCE device. For example: diff --git a/Help/prop_tgt/LINKER_TYPE.rst b/Help/prop_tgt/LINKER_TYPE.rst index 0a016fe..23e1e4c 100644 --- a/Help/prop_tgt/LINKER_TYPE.rst +++ b/Help/prop_tgt/LINKER_TYPE.rst @@ -8,8 +8,7 @@ Specify which linker will be used for the link step. The property value may use .. include:: ../variable/LINKER_PREDEFINED_TYPES.txt -This property is not supported on :generator:`Green Hills MULTI` and -:generator:`Visual Studio 9 2008` generators. +This property is not supported on :generator:`Green Hills MULTI` generator. The implementation details for the selected linker will be provided by the :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` variable. For example: diff --git a/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst b/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst index ce49316..072475f 100644 --- a/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst +++ b/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst @@ -1,12 +1,9 @@ VS_GLOBAL_KEYWORD ----------------- -Visual Studio project keyword for VS 10 (2010) and newer. +Visual Studio project keyword. Sets the "keyword" attribute for a generated Visual Studio project. Defaults to "Win32Proj". You may wish to override this value with "ManagedCProj", for example, in a Visual Studio managed C++ unit test project. - -Use the :prop_tgt:`VS_KEYWORD` target property to set the -keyword for Visual Studio 9 (2008) and older. diff --git a/Help/prop_tgt/VS_KEYWORD.rst b/Help/prop_tgt/VS_KEYWORD.rst index f04d109..b2ce78a 100644 --- a/Help/prop_tgt/VS_KEYWORD.rst +++ b/Help/prop_tgt/VS_KEYWORD.rst @@ -1,10 +1,9 @@ VS_KEYWORD ---------- -Visual Studio project keyword for VS 9 (2008) and older. - -Can be set to change the visual studio keyword, for example Qt -integration works better if this is set to Qt4VSv1.0. +Removed. This once specified the Visual Studio project keyword +for the :generator:`Visual Studio 9 2008` generator, and older, +but all of those generators have been removed. Use the :prop_tgt:`VS_GLOBAL_KEYWORD` target property to set the keyword for Visual Studio 12 (2013) and newer. diff --git a/Help/release/dev/remove-vs9-generator.rst b/Help/release/dev/remove-vs9-generator.rst new file mode 100644 index 0000000..2ff805c --- /dev/null +++ b/Help/release/dev/remove-vs9-generator.rst @@ -0,0 +1,4 @@ +remove-vs9-generator +-------------------- + +* The :generator:`Visual Studio 9 2008` generator has been removed. diff --git a/Help/variable/CMAKE_CFG_INTDIR.rst b/Help/variable/CMAKE_CFG_INTDIR.rst index 3045d91..5a1f9e8 100644 --- a/Help/variable/CMAKE_CFG_INTDIR.rst +++ b/Help/variable/CMAKE_CFG_INTDIR.rst @@ -18,7 +18,6 @@ Example values: :: - $(ConfigurationName) = Visual Studio 9 $(Configuration) = Visual Studio 12 and above $(CONFIGURATION) = Xcode . = Make-based tools diff --git a/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst b/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst index 721ceaa..d4b256a 100644 --- a/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst +++ b/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst @@ -5,7 +5,7 @@ CMAKE_MSVCIDE_RUN_PATH Extra PATH locations that should be used when executing :command:`add_custom_command` or :command:`add_custom_target` when using the -:generator:`Visual Studio 9 2008` (or above) generator. This allows +:generator:`Visual Studio 12 2013` (or above) generator. This allows for running commands and using dll's that the IDE environment is not aware of. If not set explicitly the value is initialized by the ``CMAKE_MSVCIDE_RUN_PATH`` diff --git a/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst b/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst index 155931f..95e09b1 100644 --- a/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst +++ b/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst @@ -1,7 +1,7 @@ CMAKE_VS_DEVENV_COMMAND ----------------------- -The generators for :generator:`Visual Studio 9 2008` and above set this +The generators for :generator:`Visual Studio 12 2013` and above set this variable to the ``devenv.com`` command installed with the corresponding Visual Studio version. Note that this variable may be empty on Visual Studio Express editions because they do not provide this tool. diff --git a/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst b/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst index ceedf28..4857269 100644 --- a/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst +++ b/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst @@ -1,7 +1,7 @@ CMAKE_VS_INTEL_Fortran_PROJECT_VERSION -------------------------------------- -When generating for :generator:`Visual Studio 9 2008` or greater with the Intel +When generating for :generator:`Visual Studio 12 2013` or greater with the Intel Fortran plugin installed, this specifies the ``.vfproj`` project file format version. This is intended for internal use by CMake and should not be used by project code. |