File: version.h

package info (click to toggle)
wit 3.01a-5.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,468 kB
  • sloc: ansic: 109,416; pascal: 2,205; sh: 1,972; makefile: 770
file content (40 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

//---------------------------------"
// This file is generated by make."
// Any changes will be lost!"
//---------------------------------"

#define TOOLSET_SHORT	"@@TOOLSET-SHORT@@"
#define TOOLSET_LONG	"@@TOOLSET-LONG@@"
#define WIT_SHORT	"@@WIT-SHORT@@"
#define WIT_LONG	"@@WIT-LONG@@"
#define WWT_SHORT	"@@WWT-SHORT@@"
#define WWT_LONG	"@@WWT-LONG@@"
#define WDF_SHORT	"@@WDF-SHORT@@"
#define WDF_LONG	"@@WDF-LONG@@"
#define WFUSE_SHORT	"@@WFUSE-SHORT@@"
#define WFUSE_LONG	"@@WFUSE-LONG@@"
#define AUTHOR		"@@AUTHOR@@"

#define VERSION		"@@VERSION@@"
#define VERSION_NUM	"@@VERSION-NUM@@"
#define BETA_VERSION	@@BETA-VERSION@@

#define REVISION	"@@REV@@"
#define REVISION_NUM	@@REV-NUM@@
#define REVISION_NEXT	@@REV-NEXT@@

#define BINTIME		@@BINTIME@@
#define DATE		"@@DATE@@"
#define TIME		"@@TIME@@"
#define DATETIME	"@@DATE@@ @@TIME@@"

#define INSTALL_PATH	"@@INSTALL-PATH@@"
#define SHARE_PATH	"@@SHARE-PATH@@"
#define WIN_INSTALL_PATH "@@WIN-INSTALL-PATH@@"

#define URI_REPOS	"@@URI-REPOS@@/"
#define URI_VIEWVC	"@@URI-VIEWVC@@/"
#define URI_HOME	"@@URI-HOME@@"
#define URI_DOWNLOAD	"@@URI-DOWNLOAD@@"