Changeset 63 for trunk/release


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/release/Makefile

    r60 r63  
    55# Include a Master Makefile with several cross-platform definitions and macros.
    66# This is used to compensate for the differences between the target platforms.
    7 !include        ../include/makefile.mif
     7!include ../include/makefile.mif
    88
    9 default:        .SYMBOLIC
     9default: .SYMBOLIC
    1010        @echo.
    1111        @echo Use wmake clean to remove the distribution files
    1212        @echo.
    1313
    14 clean:          .SYMBOLIC
     14clean: .SYMBOLIC
    1515#       @for %%i in ($(RELDIRS)) do @$(MAKE) -h %%i
    1616        @echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Note: See TracChangeset for help on using the changeset viewer.