.c.obj:
   cl -c -AL -Zi -Fs $*.c

.asm.obj:
   masm /Zi $*.asm

bc_sio.obj: bc_sio.asm 

emitter.obj: emitter.c pktscrpt.h makepckt.h

lexer.obj: lexer.c pktscrpt.h

makepckt.obj: makepckt.c makepckt.h

parser.obj: parser.c pktscrpt.h

run.obj: run.c portAsnc.h pktscrpt.h

symbol.obj: symbol.c pktscrpt.h

async.obj: async.c portasnc.h bc_sio.h

sender.obj: sender.c sender.h

main.obj: main.c pktscrpt.h portasnc.h bc_sio.h sender.h dcc.h

dospkt.exe: bc_sio.obj emitter.obj lexer.obj makepckt.obj parser.obj run.obj symbol.obj async.obj main.obj sender.obj
   link @dospkt.lnk


