vs7-OutputDirectory.rst 456 B

12345678910
  1. vs7-OutputDirectory
  2. -------------------
  3. * The :variable:`CMAKE_CFG_INTDIR` variable value for Visual Studio
  4. 7, 8, and 9 is now ``$(ConfigurationName)`` instead of ``$(OutDir)``.
  5. This should have no effect on the intended use cases of the variable.
  6. * With Visual Studio 7, 8, and 9 generators the value of the ``$(OutDir)``
  7. placeholder no longer evaluates to the configuration name. Projects
  8. should use ``$(ConfigurationName)`` for that instead.