Ignore:
Timestamp:
Oct 9, 2016, 10:53:41 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Updated Build Info and added File Commander Build Menus [v1.1.1-testing]

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

Changes:
o Updated Build Info
o Added simple File Commander Build Menus
o Removed tabs from non-recipe sections in Makefiles

Notes:
o RU version currently does not build due to lack of code-space

Will be resolved when FX-code is removed from build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/os2/setaboot/setaboot.h

    r57 r63  
    88*/
    99// Vendor
    10 #define     BLDLVL_VENDOR           "KIEWITZ"
     10//~ #define     BLDLVL_VENDOR           "KIEWITZ"
     11//~ #define     BLDLVL_VENDOR           "RDPe"
     12#define     BLDLVL_VENDOR           "*UNKNOWN*"
    1113// Version
    1214#define     BLDLVL_MAJOR_VERSION    "1"
    1315#define     BLDLVL_MIDDLE_VERSION   "1"
    14 #define     BLDLVL_MINOR_VERSION    "0"
     16#define     BLDLVL_MINOR_VERSION    "1"
    1517// Build date
    16 #define     BLDLVL_YEAR             "2013"
    17 #define     BLDLVL_MONTH            "04"
    18 #define     BLDLVL_DAY              "05"
     18#define     BLDLVL_YEAR             "2016"
     19#define     BLDLVL_MONTH            "10"
     20#define     BLDLVL_DAY              "09"
    1921// Build time
    20 #define     BLDLVL_HOURS            "01"
    21 #define     BLDLVL_MINUTES          "01"
    22 #define     BLDLVL_SECONDS          "00"
     22//~ #define     BLDLVL_HOURS            "01"
     23//~ #define     BLDLVL_MINUTES          "01"
     24//~ #define     BLDLVL_SECONDS          "00"
     25#define     BLDLVL_HOURS            "99"
     26#define     BLDLVL_MINUTES          "99"
     27#define     BLDLVL_SECONDS          "99"
    2328// Build machine
     29//~ #define     BLDLVL_MACHINE          "OS2BLDBOX"
    2430#define     BLDLVL_MACHINE          "*UNKNOWN*"
    2531// Build language
     
    4450
    4551
    46 
    47 
    4852#ifdef  __cplusplus
    4953};
Note: See TracChangeset for help on using the changeset viewer.