Ignore:
Timestamp:
Apr 8, 2017, 12:25:44 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Minor fixes for building on Linux [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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/c/install.h

    r64 r68  
    3030#define     BLDLVL_MINOR_VERSION    "1"
    3131// Build date
    32 #define     BLDLVL_YEAR             "2016"
    33 #define     BLDLVL_MONTH            "10"
    34 #define     BLDLVL_DAY              "10"
     32#define     BLDLVL_YEAR             "2017"
     33#define     BLDLVL_MONTH            "03"
     34#define     BLDLVL_DAY              "15"
    3535// Build time
    3636//~ #define     BLDLVL_HOURS            "01"
    3737//~ #define     BLDLVL_MINUTES          "01"
    3838//~ #define     BLDLVL_SECONDS          "00"
    39 #define     BLDLVL_HOURS            "99"
    40 #define     BLDLVL_MINUTES          "99"
    41 #define     BLDLVL_SECONDS          "99"
     39#define     BLDLVL_HOURS            "23"
     40#define     BLDLVL_MINUTES          "59"
     41#define     BLDLVL_SECONDS          "59"
    4242// Build machine
    4343//~ #define     BLDLVL_MACHINE          "OS2BLDBOX"
Note: See TracChangeset for help on using the changeset viewer.