mirror of
https://github.com/sal063/AC6_recomp
synced 2026-09-06 19:30:56 -04:00
21 lines
792 B
C
21 lines
792 B
C
#pragma once
|
|
|
|
// Auto-generated by CMake -- do not edit
|
|
#define REXGLUE_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
|
|
#define REXGLUE_VERSION_MINOR @PROJECT_VERSION_MINOR@
|
|
#define REXGLUE_VERSION_PATCH @PROJECT_VERSION_PATCH@
|
|
#define REXGLUE_VERSION_STRING "@PROJECT_VERSION@"
|
|
|
|
#define REXGLUE_BUILD_PLATFORM "@REX_PLATFORM@"
|
|
#define REXGLUE_BUILD_TIMESTAMP "@REXGLUE_BUILD_TIMESTAMP@"
|
|
|
|
// Requires REXGLUE_BUILD_CONFIG compile definition
|
|
// Title: "[rexglue-v0.7.1-Release]"
|
|
#define REXGLUE_BUILD_TITLE \
|
|
"[rexglue-v" REXGLUE_VERSION_STRING "-" REXGLUE_BUILD_CONFIG "]"
|
|
|
|
// Overlay: "build: rexglue-v0.7.1-win-amd64-Release@20260320_1430"
|
|
#define REXGLUE_BUILD_STAMP \
|
|
"build: rexglue-v" REXGLUE_VERSION_STRING "-" REXGLUE_BUILD_PLATFORM \
|
|
"-" REXGLUE_BUILD_CONFIG "@" REXGLUE_BUILD_TIMESTAMP
|