Porytiles
Loading...
Searching...
No Matches
build_version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  porytiles
 

Macros

#define PORYTILES_STRINGIFY(x)   #x
 
#define PORYTILES_EXPAND(x)   PORYTILES_STRINGIFY(x)
 
#define PORYTILES_EXECUTABLE_   porytiles
 
#define PORYTILES_BUILD_VERSION_   default_build_version
 
#define PORYTILES_BUILD_DATE_   1970.01.01T00:00:00+00:00
 
#define PORYTILES_EXECUTABLE   PORYTILES_EXPAND(PORYTILES_EXECUTABLE_)
 
#define PORYTILES_BUILD_VERSION   PORYTILES_EXPAND(PORYTILES_BUILD_VERSION_)
 
#define PORYTILES_BUILD_DATE   PORYTILES_EXPAND(PORYTILES_BUILD_DATE_)
 

Macro Definition Documentation

◆ PORYTILES_BUILD_DATE

#define PORYTILES_BUILD_DATE   PORYTILES_EXPAND(PORYTILES_BUILD_DATE_)

Definition at line 27 of file build_version.h.

◆ PORYTILES_BUILD_DATE_

#define PORYTILES_BUILD_DATE_   1970.01.01T00:00:00+00:00

Definition at line 20 of file build_version.h.

◆ PORYTILES_BUILD_VERSION

#define PORYTILES_BUILD_VERSION   PORYTILES_EXPAND(PORYTILES_BUILD_VERSION_)

Definition at line 26 of file build_version.h.

◆ PORYTILES_BUILD_VERSION_

#define PORYTILES_BUILD_VERSION_   default_build_version

Definition at line 14 of file build_version.h.

◆ PORYTILES_EXECUTABLE

#define PORYTILES_EXECUTABLE   PORYTILES_EXPAND(PORYTILES_EXECUTABLE_)

Definition at line 25 of file build_version.h.

◆ PORYTILES_EXECUTABLE_

#define PORYTILES_EXECUTABLE_   porytiles

Definition at line 10 of file build_version.h.

◆ PORYTILES_EXPAND

#define PORYTILES_EXPAND (   x)    PORYTILES_STRINGIFY(x)

Definition at line 7 of file build_version.h.

◆ PORYTILES_STRINGIFY

#define PORYTILES_STRINGIFY (   x)    #x

Definition at line 6 of file build_version.h.