![]() |
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Library version and build information header (template). More...
Go to the source code of this file.
Library version and build information header (template).
If you see $WC tags in this file, then this is the template for automatic generation of the public header "owl/version.h", and the path of the file should be "source/owlcore/version.h". The fields will be substituted by real build data by SubWCRev, or similar tools, during the build process. If you don't see $WC tags, then this file is the final result, and the path of the file should be "include/owl/version.h".
NOTE! Do not edit this file if it is located at "include/owl". Edit the source file located at "source/owlcore" instead.
Definition in file version.h.
#define OWL_COMPANYNAME "OWLNext Project Community" |
#define OWL_FILEVERSION OWL_VERSION(OWL_FORMAT_VERSION_4WORD) |
#define OWL_FILEVERSION_STRING OWL_VERSION(OWL_FORMAT_VERSION_STRING) |
#define OWL_PRODUCTVERSION OWL_FILEVERSION |
#define OWL_PRODUCTVERSION_STRING OWL_VERSION(OWL_FORMAT_VERSION_MAJOR_MINOR_STRING) |
#define OWL_VERSION_16BIT OWL_VERSION(OWL_FORMAT_VERSION_16BIT) |
#define OWL_VERSION_32BIT OWL_VERSION(OWL_FORMAT_VERSION_32BIT) |
#define OWL_VERSION_64BIT OWL_VERSION(OWL_FORMAT_VERSION_64BIT) |
#define OWLFileVersion OWL_FILEVERSION |
#define OWLFileVersionString OWL_FILEVERSION_STRING |
#define OWLInternalVersion OWL_VERSION_32BIT |
#define OWLProductVersion OWL_PRODUCTVERSION |
#define OWLProductVersionString OWL_PRODUCTVERSION_STRING |
#define OWLVersion OWL_VERSION_16BIT |