Changeset 63 for trunk/install/c/install.h
- Timestamp:
- Oct 9, 2016, 10:53:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/c/install.h
r60 r63 22 22 */ 23 23 // Vendor 24 #define BLDLVL_VENDOR "KIEWITZ" 24 //~ #define BLDLVL_VENDOR "KIEWITZ" 25 //~ #define BLDLVL_VENDOR "RDPe" 26 #define BLDLVL_VENDOR "*UNKNOWN*" 25 27 // Version 26 28 #define BLDLVL_MAJOR_VERSION "1" 27 29 #define BLDLVL_MIDDLE_VERSION "1" 28 #define BLDLVL_MINOR_VERSION " 0"30 #define BLDLVL_MINOR_VERSION "1" 29 31 // Build date 30 #define BLDLVL_YEAR "201 3"31 #define BLDLVL_MONTH " 04"32 #define BLDLVL_DAY "0 5"32 #define BLDLVL_YEAR "2016" 33 #define BLDLVL_MONTH "10" 34 #define BLDLVL_DAY "09" 33 35 // Build time 34 #define BLDLVL_HOURS "01" 35 #define BLDLVL_MINUTES "01" 36 #define BLDLVL_SECONDS "00" 36 //~ #define BLDLVL_HOURS "01" 37 //~ #define BLDLVL_MINUTES "01" 38 //~ #define BLDLVL_SECONDS "00" 39 #define BLDLVL_HOURS "99" 40 #define BLDLVL_MINUTES "99" 41 #define BLDLVL_SECONDS "99" 37 42 // Build machine 43 //~ #define BLDLVL_MACHINE "OS2BLDBOX" 38 44 #define BLDLVL_MACHINE "*UNKNOWN*" 39 45 // Build language … … 122 128 #define CONFIG_OFFSET 0x6C00 // Byte offset of config-sector 123 129 #define SECTORS_BEFORE_CONFIG CONFIG_OFFSET / BYTES_PER_SECTOR // Nr of sectors before config-sector 124 125 126 127
Note:
See TracChangeset
for help on using the changeset viewer.