summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/vs7-OutputDirectory.rst
blob: 2725d0c5949eec275ef5d40a652cf3d8a4868004 (plain)
1
2
3
4
5
6
7
8
9
10
vs7-OutputDirectory
-------------------

* The :variable:`CMAKE_CFG_INTDIR` variable value for Visual Studio
  7, 8, and 9 is now ``$(ConfigurationName)`` instead of ``$(OutDir)``.
  This should have no effect on the intended use cases of the variable.

* With Visual Studio 7, 8, and 9 generators the value of the ``$(OutDir)``
  placeholder no longer evaluates to the configuration name.  Projects
  should use ``$(ConfigurationName)`` for that instead.