csver.h File Reference
Crystal Space Version Information. More...
Go to the source code of this file.
Defines | |
#define | CS_COMPILER_NAME "MysteryCompiler" |
Name of the compiler CS is compiled with (i.e. GCC). | |
#define | CS_PLATFORM_NAME "MysteryPlatform" |
Name of the platform CS is compiled for (i.e. Win32). | |
#define | CS_PROCESSOR_NAME "MysteryProcessor" |
Name of the processor CS is compiled for (i.e. X86). | |
#define | CS_RELEASE_DATE CS_VER_QUOTE(Mon 15-Feb-2007) |
Date of release. | |
#define | CS_VER_QUOTE(X) #X |
#define | CS_VERSION |
A complete version string, including platform, processor and compiler. | |
#define | CS_VERSION_BUILD CS_VER_QUOTE(1) |
Maintenance release / RC. | |
#define | CS_VERSION_MAJOR CS_VER_QUOTE(1) |
Major version. | |
#define | CS_VERSION_MINOR CS_VER_QUOTE(0) |
Minor version (release, or "dev" for CVS version). | |
#define | CS_VERSION_NUMBER |
A complete version number. |
Detailed Description
Crystal Space Version Information.
Definition in file csver.h.
Define Documentation
#define CS_COMPILER_NAME "MysteryCompiler" |
#define CS_PLATFORM_NAME "MysteryPlatform" |
#define CS_PROCESSOR_NAME "MysteryProcessor" |
#define CS_RELEASE_DATE CS_VER_QUOTE(Mon 15-Feb-2007) |
#define CS_VERSION |
Value:
CS_VERSION_NUMBER \ " [" CS_PLATFORM_NAME "-" CS_PROCESSOR_NAME "-" CS_COMPILER_NAME "]"
#define CS_VERSION_BUILD CS_VER_QUOTE(1) |
#define CS_VERSION_MINOR CS_VER_QUOTE(0) |
#define CS_VERSION_NUMBER |
Value:
A complete version number.
Generated for Crystal Space by doxygen 1.4.7