
This directory contains a utility that parses the user provided customize.lx
or customize.ldr file to extract the address in Flash memory of the backup
recovery image and updates this address to the user provided bootldr.dat
file.  Later in the build process, boothdr.exe parses through bootldr.dat
and updates the image.bin header with the data contained in this file.

The command line for this utility is:

    backupaddr <input-file> <output-file> 
    
where <input-file> is the user provided customize.lx or customize.ldr file,
and <output-file> is the name user provided bootldr.dat file.


To build using Microsoft Visual C++ use these commands:

nmake /f "backupaddr.mak" CFG="backupaddr - Win32 Release"

nmake /f "backupaddr.mak" CFG="backupaddr - Win32 Release" clean

