Changeset 70 for trunk/tools/os2/setaboot/setaboot.h
- Timestamp:
- Apr 8, 2017, 12:25:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/os2/setaboot/setaboot.h
r68 r70 5 5 6 6 /* 7 // OS/2 BLDLEVEL Information. 7 // Include the version information for BLDLEVEL. 8 // This information is common to all built executables. 8 9 */ 9 // Vendor 10 //~ #define BLDLVL_VENDOR "KIEWITZ" 11 //~ #define BLDLVL_VENDOR "RDPe" 12 #define BLDLVL_VENDOR "*UNKNOWN*" 13 // Version 14 #define BLDLVL_MAJOR_VERSION "1" 15 #define BLDLVL_MIDDLE_VERSION "1" 16 #define BLDLVL_MINOR_VERSION "1" 17 // Build date 18 #define BLDLVL_YEAR "2017" 19 #define BLDLVL_MONTH "03" 20 #define BLDLVL_DAY "15" 21 // Build time 22 //~ #define BLDLVL_HOURS "01" 23 //~ #define BLDLVL_MINUTES "01" 24 //~ #define BLDLVL_SECONDS "00" 25 #define BLDLVL_HOURS "23" 26 #define BLDLVL_MINUTES "59" 27 #define BLDLVL_SECONDS "59" 28 // Build machine 29 //~ #define BLDLVL_MACHINE "OS2BLDBOX" 30 #define BLDLVL_MACHINE "*UNKNOWN*" 31 // Build language 32 #define BLDLVL_LANGUAGE "EN" 10 #include "../../../include/version.h" 33 11 34 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";
Note:
See TracChangeset
for help on using the changeset viewer.