Line | |
---|
1 | #ifdef __cplusplus
|
---|
2 | extern "C" {
|
---|
3 | #endif
|
---|
4 |
|
---|
5 |
|
---|
6 | /*
|
---|
7 | // Include the version information for BLDLEVEL.
|
---|
8 | // This information is common to all built executables.
|
---|
9 | */
|
---|
10 | #include "../../../include/version.h"
|
---|
11 |
|
---|
12 | //char bldlevel[] = "@#KIEWITZ:1.0.8#@##1## 2011/01/17 21:10:00 ecs-devbox:ASD123:L:C:8::99@@ Adapter Driver for PATA/SATA DASD";
|
---|
13 | char bldlevel[] = "@#"\
|
---|
14 | BLDLVL_VENDOR":"\
|
---|
15 | BLDLVL_MAJOR_VERSION"."\
|
---|
16 | BLDLVL_MIDDLE_VERSION"."\
|
---|
17 | BLDLVL_MINOR_VERSION"#@##1## "\
|
---|
18 | BLDLVL_YEAR"/"\
|
---|
19 | BLDLVL_MONTH"/"\
|
---|
20 | BLDLVL_DAY" "\
|
---|
21 | BLDLVL_HOURS":"\
|
---|
22 | BLDLVL_MINUTES":"\
|
---|
23 | BLDLVL_SECONDS" "\
|
---|
24 | BLDLVL_MACHINE"::"\
|
---|
25 | BLDLVL_LANGUAGE"::"\
|
---|
26 | BLDLVL_MINOR_VERSION"::@@"\
|
---|
27 | "SETBOOT Replacement to manage the AiR-BOOT Boot Manager";
|
---|
28 |
|
---|
29 |
|
---|
30 | #ifdef __cplusplus
|
---|
31 | };
|
---|
32 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.