bcomp.obj: bcomp.c
  cl -AL -W3 -Zpie -Gs -c bcomp.c

bcomp.exe: bcomp.obj
  link bcomp /CODEVIEW;
