# Take the eboot.exe that resulted from the standard build and generate
# eboot.bin from it.
$(_RELEASEDIR)\$(TARGETNAME).nb0: $(_RELEASEDIR)\$(TARGETNAME).exe
romimage $(_TARGETPLATROOT)\eboot\boot.bib
!IFDEF WINCEREL
copy $(_RELEASEDIR)\$(TARGETNAME).nb0 $(_FLATRELEASEDIR)\$(TARGETNAME).nb0
copy $(_RELEASEDIR)\$(TARGETNAME).sre $(_FLATRELEASEDIR)\$(TARGETNAME).sre
copy $(_RELEASEDIR)\$(TARGETNAME).bin $(_FLATRELEASEDIR)\$(TARGETNAME).bin
!ENDIF