OWLNext
7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
//
2
// OCFNext
3
//
4
/// \file version.h
5
/// Library version and build information header
6
//
7
// Copyright (c) 2013 Vidar Hasfjord
8
// See OWLNext for license information (http://owlnext.sourceforge.net).
9
10
#if !defined(OCF_VERSION_H)
11
#define OCF_VERSION_H
12
13
#include <
owl/version.h
>
14
15
// Create aliases for OWL version macros
16
//
17
#define OCF_PRERELEASE OWL_PRERELEASE
18
#define OCF_FILEVERSION OWL_FILEVERSION
19
#define OCF_PRODUCTVERSION OWL_PRODUCTVERSION
20
#define OCF_FILEVERSION_STRING OWL_FILEVERSION_STRING
21
#define OCF_PRODUCTVERSION_STRING OWL_PRODUCTVERSION_STRING
22
#define OCF_VERSION_16BIT OWL_VERSION_16BIT
23
#define OCF_VERSION_32BIT OWL_VERSION_32BIT
24
#define OCF_VERSION_64BIT OWL_VERSION_64BIT
25
#define OCF_BUILD_REVISION OWL_BUILD_REVISION
26
#define OCF_BUILD_REVISION_DATE OWL_BUILD_REVISION_DATE
27
#define OCF_BUILD_DATE OWL_BUILD_DATE
28
#define OCF_BUILD_MIXED OWL_BUILD_MIXED
29
#define OCF_BUILD_DIRTY OWL_BUILD_DIRTY
30
31
#endif
// OCF_VERSION_H
version.h
Library version and build information header (template).
include
ocf
version.h
Generated by
1.10.0