Ignore:
Timestamp:
Apr 12, 2014, 8:23:32 AM (11 years ago)
Author:
Ben Rietbroek
Message:

Various Changes [2012-04-14]

WARNING!!

All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!

Changes

o Added BLDLEVEL support
o Enhanced Master Make
o Sanitized sources
o Support for Wasm and Masm6 (experimental)
o Renamed MBR_PROT.ASM to MBR-PROT.ASM
o Merged bitfield code Into Installer
o First steps for cross platform Installer
o More...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INCLUDE/MAKEFILE.MIF

    r37 r46  
    9898#
    9999WARN_DOS_BLD_ENV=Warning: The DOS build-environment has limited functionality !
     100WARN_OVERLAP_NOT_SUPPORTED=Warning: Overlap Checking not supported for assembler: "$(ASM)" !
    100101
    101102#
     
    125126DS              = \
    126127PS              = ;
     128NULDEV  = nul:
    127129BS              = _build.bat
    128130SHELL   = $(DOSSHELL)
     
    141143DS              = \
    142144PS              = ;
     145NULDEV  = nul:
    143146BS              = _build.cmd
    144147SHELL   = $(OS2SHELL)
     
    157160DS              = \
    158161PS              = ;
     162NULDEV  = nul:
    159163BS              = _build.cmd
    160164SHELL   = $(WINSHELL)
     
    173177DS              = /
    174178PS              = :
     179NULDEV  = /dev/null
    175180BS              = _build.bash
    176181SHELL   = $(LINSHELL)
Note: See TracChangeset for help on using the changeset viewer.