home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / CVBMP.ZIP / CVBMP next >
Text File  |  1990-07-27  |  351b  |  22 lines

  1. # Dependency declarations by file types:
  2.  
  3. CO=-c -AL -Ox -Zp -FPa -W3
  4. LO=
  5. #CO=-c -AL -Od -Zpi -FPa -W3
  6. #LO=/CO
  7.  
  8. .C.OBJ:
  9.      cl $(CO) $*.C > $*.ERR
  10.      more <$*.ERR
  11.  
  12. .OBJ.EXE:
  13.      link4 $(LO) @$*.LNK > $*.ERL
  14.      more <$*.ERL
  15.  
  16. # Dependency execution:
  17.  
  18. CVBMP.OBJ:     CVBMP.C
  19.  
  20. CVBMP.EXE:     CVBMP.OBJ \
  21.                CVBMP.LNK
  22.