home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / HDWBUF.ZIP / HDWBUFF next >
Text File  |  1989-10-13  |  205b  |  15 lines

  1. CFLAGS = -c -ALw -G2sw 
  2. LOPT = $(LDBG) /align:16 /NOD
  3. IFLAGS = 
  4.  
  5. .c.obj:
  6.    cl $(CFLAGS) $(IFLAGS) $*.c 
  7.  
  8. hdwbuff.obj : hdwbuff.c
  9.  
  10. hdwbuff.exe: hdwbuff.c
  11.         link $(LOPT) @hdwbuff.rsp
  12.  
  13.  
  14.  
  15.