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.

Config.h.in 532B

12345678910111213
  1. #define OpenRaider_VERSION_MAJOR @OpenRaider_VERSION_MAJOR@
  2. #define OpenRaider_VERSION_MINOR @OpenRaider_VERSION_MINOR@
  3. #define OpenRaider_VERSION_MICRO @OpenRaider_VERSION_MICRO@
  4. #define OpenRaider_BUILD_HOST @OpenRaider_BUILD_HOST@
  5. // Stringification Helper
  6. #define _xstringify(s) _stringify(s)
  7. #define _stringify(s) #s
  8. #define VERSION_NUMBER OpenRaider_VERSION_MAJOR.OpenRaider_VERSION_MINOR.OpenRaider_VERSION_MICRO
  9. #define VERSION _xstringify(OpenRaider-VERSION_NUMBER)
  10. #define BUILD_HOST _xstringify(OpenRaider_BUILD_HOST)