Borland-DetermineCompiler.cmake 260 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 @MACRO_HEX@(__BORLANDC__>>8)
  5. # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF)")