mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
25 lines
892 B
CMake
25 lines
892 B
CMake
/* Do not edit - Machine generated */
|
|
#ifndef _INC_REACTOS_BUILDNO
|
|
#define _INC_REACTOS_BUILDNO
|
|
|
|
#define KERNEL_VERSION_BUILD @KERNEL_VERSION_BUILD@
|
|
#define KERNEL_VERSION_BUILD_STR "@KERNEL_VERSION_BUILD@-@REVISION@"
|
|
#define KERNEL_VERSION_BUILD_RC "@KERNEL_VERSION_BUILD@-@REVISION@\0"
|
|
|
|
#define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
|
|
#define KERNEL_VERSION_STR "@KERNEL_VERSION@"
|
|
|
|
#define KERNEL_VERSION_REVISION_RC "@REVISION@\0"
|
|
#define KERNEL_VERSION_REVISION_STR "@REVISION@"
|
|
|
|
#define KERNEL_VERSION_COMMIT_HASH "@COMMIT_HASH@"
|
|
|
|
#define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@
|
|
#define REACTOS_DLL_VERSION_RC "@DLL_VERSION_STR@\0"
|
|
#define REACTOS_DLL_VERSION_STR "@DLL_VERSION_STR@"
|
|
|
|
#define REACTOS_COMPILER_NAME "@CMAKE_C_COMPILER_ID@"
|
|
#define REACTOS_COMPILER_VERSION "@CMAKE_C_COMPILER_VERSION@"
|
|
|
|
#endif
|
|
/* EOF */
|