|
Porytiles
|
Go to the source code of this file.
Namespaces | |
| namespace | porytiles2 |
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_) |
| #define PORYTILES_BUILD_DATE PORYTILES_EXPAND(PORYTILES_BUILD_DATE_) |
Definition at line 27 of file build_version.h.
| #define PORYTILES_BUILD_DATE_ 1970.01.01T00:00:00+00:00 |
Definition at line 20 of file build_version.h.
| #define PORYTILES_BUILD_VERSION PORYTILES_EXPAND(PORYTILES_BUILD_VERSION_) |
Definition at line 26 of file build_version.h.
| #define PORYTILES_BUILD_VERSION_ default_build_version |
Definition at line 14 of file build_version.h.
| #define PORYTILES_EXECUTABLE PORYTILES_EXPAND(PORYTILES_EXECUTABLE_) |
Definition at line 25 of file build_version.h.
| #define PORYTILES_EXECUTABLE_ porytiles |
Definition at line 10 of file build_version.h.
| #define PORYTILES_EXPAND | ( | x | ) | PORYTILES_STRINGIFY(x) |
Definition at line 7 of file build_version.h.
| #define PORYTILES_STRINGIFY | ( | x | ) | #x |
Definition at line 6 of file build_version.h.