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