# makefile MAKE V2.0 or higher
.autodepend

# set this to the relative location of the BINDUMP utility
BINDUMP = ..\MISC.!!!\BINDUMP

##############################################################################

.asm.obj:
    tasm /m $<

#############################################################################

fire.exe:   block.dmp firetga.dmp fire.obj
            tlink /x fire
            pklite fire

#############################################################################

block.dmp:      block.fnt
                $(BINDUMP) block.fnt block.dmp Font_Buffer

#############################################################################

firetga.dmp:    fire.tga
                $(BINDUMP) fire.tga firetga.dmp FirePlace

#############################################################################
