all : dos32vbe.exe

dos32vbe.exe : dos32vbe.obj
  c:\tasm\d32\bin\dlink dos32vbe -S

dos32vbe.obj : dos32vbe.asm
  c:\tasm\bin\tasm dos32vbe
