home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / chart101.zip / DEMO < prev    next >
Text File  |  1995-06-15  |  224b  |  12 lines

  1. #
  2. #               Mini demonstration make file
  3. #
  4.  
  5. c=icc /Kbcr /W1  /Ti+ /Gs /Gm /C
  6.  
  7. DEMO.EXE: DEMO.C RES.H
  8.   $(c)           DEMO.C
  9.   LINK386  /NOI  DEMO,DEMO,NUL,CHART32.LIB,DEMO.DEF;
  10.   RC DEMO.RC
  11.   DEL DEMO.OBJ
  12.