Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef PORYTILES_BUILD_VERSION_H
2#define PORYTILES_BUILD_VERSION_H
6#define PORYTILES_STRINGIFY(x) #x
7#define PORYTILES_EXPAND(x) PORYTILES_STRINGIFY(x)
9#ifndef PORYTILES_EXECUTABLE_
10#define PORYTILES_EXECUTABLE_ porytiles
13#ifndef PORYTILES_BUILD_VERSION_
14#define PORYTILES_BUILD_VERSION_ default_build_version
19#ifndef PORYTILES_BUILD_DATE_
20#define PORYTILES_BUILD_DATE_ 1970.01.01T00:00:00+00:00
25#define PORYTILES_EXECUTABLE PORYTILES_EXPAND(PORYTILES_EXECUTABLE_)
26#define PORYTILES_BUILD_VERSION PORYTILES_EXPAND(PORYTILES_BUILD_VERSION_)
27#define PORYTILES_BUILD_DATE PORYTILES_EXPAND(PORYTILES_BUILD_DATE_)