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/tools/internal/fixcode.h

    r64 r68  
    1414#define     BLDLVL_MINOR_VERSION    "1"
    1515// Build date
    16 #define     BLDLVL_YEAR             "2016"
    17 #define     BLDLVL_MONTH            "10"
    18 #define     BLDLVL_DAY              "10"
     16#define     BLDLVL_YEAR             "2017"
     17#define     BLDLVL_MONTH            "03"
     18#define     BLDLVL_DAY              "15"
    1919// Build time
    2020//~ #define     BLDLVL_HOURS            "01"
    2121//~ #define     BLDLVL_MINUTES          "01"
    2222//~ #define     BLDLVL_SECONDS          "00"
    23 #define     BLDLVL_HOURS            "99"
    24 #define     BLDLVL_MINUTES          "99"
    25 #define     BLDLVL_SECONDS          "99"
     23#define     BLDLVL_HOURS            "23"
     24#define     BLDLVL_MINUTES          "59"
     25#define     BLDLVL_SECONDS          "59"
    2626// Build machine
    2727//~ #define     BLDLVL_MACHINE          "OS2BLDBOX"
Note: See TracChangeset for help on using the changeset viewer.