Open Source Tomb Raider Engine
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213 |
- #define OpenRaider_VERSION_MAJOR @OpenRaider_VERSION_MAJOR@
- #define OpenRaider_VERSION_MINOR @OpenRaider_VERSION_MINOR@
- #define OpenRaider_VERSION_MICRO @OpenRaider_VERSION_MICRO@
- #define OpenRaider_BUILD_HOST @OpenRaider_BUILD_HOST@
-
- // Stringification Helper
- #define _xstringify(s) _stringify(s)
- #define _stringify(s) #s
-
- #define VERSION_NUMBER OpenRaider_VERSION_MAJOR.OpenRaider_VERSION_MINOR.OpenRaider_VERSION_MICRO
-
- #define VERSION _xstringify(OpenRaider-VERSION_NUMBER)
- #define BUILD_HOST _xstringify(OpenRaider_BUILD_HOST)
|