#******************************************************************
#*                          MAKEFILE.ASM                          *
#*          Source file for SoftWeyr enhanced DOS toolbox         *
#*                           version 1.2                          *
#*                 Copyright (c) by SoftWeyr,1994-95              *
#******************************************************************
#change following definitions if you use TPC or another assembler
TPC=bpc
ASSEMBLER=tasm
.asm.obj:
    $(ASSEMBLER) $*

swdos.tpu: swdos.pas dosalloc.obj memtop.obj tempfile.obj upcase.obj \
           dosfree.obj attr.obj erase.obj environ.obj strategy.obj \
           rename.obj umblink.obj asciiz.obj ftime.obj htime.obj \
           upcase7.obj close.obj devwrite.obj redir.obj maxfiles.obj \
           dupout.obj textseek.obj textpos.obj onedrive.obj
  $(TPC) swdos

textseek.obj: textseek.asm textrec.asm
    $(ASSEMBLER) textseek

textpos.obj: textpos.asm textrec.asm
    $(ASSEMBLER) textpos


