CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 7-Jul-2004)
 Date of release.
#define CS_VER_QUOTE(X)   #X
#define CS_VERSION
 A complete version string, including platform, processor and compiler.
#define CS_VERSION_MAJOR   CS_VER_QUOTE(0.99)
 Major version.
#define CS_VERSION_MINOR   CS_VER_QUOTE(0)
 Minor version (release, or "dev" for CVS version).
#define CS_VERSION_NUMBER   CS_VERSION_MAJOR " r" CS_VERSION_MINOR
 A complete version number.


Detailed Description

Crystal Space Version Information.

Definition in file csver.h.


Define Documentation

#define CS_COMPILER_NAME   "MysteryCompiler"
 

Name of the compiler CS is compiled with (i.e. GCC).

Definition at line 59 of file csver.h.

#define CS_PLATFORM_NAME   "MysteryPlatform"
 

Name of the platform CS is compiled for (i.e. Win32).

Definition at line 41 of file csver.h.

#define CS_PROCESSOR_NAME   "MysteryProcessor"
 

Name of the processor CS is compiled for (i.e. X86).

Definition at line 50 of file csver.h.

#define CS_RELEASE_DATE   CS_VER_QUOTE(Mon 7-Jul-2004)
 

Date of release.

Definition at line 35 of file csver.h.

#define CS_VERSION
 

Value:

A complete version string, including platform, processor and compiler.

Definition at line 71 of file csver.h.

#define CS_VERSION_MAJOR   CS_VER_QUOTE(0.99)
 

Major version.

Definition at line 31 of file csver.h.

#define CS_VERSION_MINOR   CS_VER_QUOTE(0)
 

Minor version (release, or "dev" for CVS version).

Definition at line 33 of file csver.h.

#define CS_VERSION_NUMBER   CS_VERSION_MAJOR " r" CS_VERSION_MINOR
 

A complete version number.

Definition at line 68 of file csver.h.


Generated for Crystal Space by doxygen 1.4.4