Borland-DetermineCompiler.cmake 244 B

1234567
  1. set(_compiler_id_pp_test "defined(__BORLANDC__)")
  2. set(_compiler_id_version_compute "
  3. /* __BORLANDC__ = 0xVRR */
  4. # define @PREFIX@COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
  5. # define @PREFIX@COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)")