summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Embarcadero-DetermineCompiler.cmake
blob: 4b8594076f7ccae1e5cb265359bf83b8615b8b0f (plain)
1
2
3
4
5
6
7

set(_compiler_id_pp_test "defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)")

set(_compiler_id_version_compute "
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__     & 0xFFFF)")