home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / COMMENT.ZIP / COMMENT.MAK < prev   
Text File  |  1991-11-20  |  224b  |  10 lines

  1. CFLAGS=-c   -Od -W3 -Zi -AS -G2sd
  2.  
  3. ALL: comment.exe
  4.  
  5. comment.obj: comment.c comment.h
  6.     cl $(CFLAGS) comment.c
  7.  
  8. comment.exe: comment.obj comment.def
  9.   link comment, comment /CO ,comment, os2 slibce /NOD, comment
  10.