RC.rst 488 B

12345678910111213
  1. RC
  2. --
  3. .. versionadded:: 3.10
  4. .. include:: ENV_VAR.txt
  5. Preferred executable for compiling ``resource`` files. Will only be used by CMake
  6. on the first configuration to determine ``resource`` compiler, after which the
  7. value for ``RC`` is stored in the cache as
  8. :variable:`CMAKE_RC_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration run
  9. (including the first), the environment variable will be ignored if the
  10. :variable:`CMAKE_RC_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.