home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / wf_expl / ibmccomp.mak < prev    next >
Text File  |  1992-03-25  |  377b  |  13 lines

  1. clflags = -c -Od -Zidp -Alfu -W3 -G2s /DDLL /DDEBUG
  2.  
  3.  
  4. IBMCCOMP.DLL: IBMCCOMP.OBJ PARSERR.OBJ IBMCCOMP.RES IBMCCOMP.DEF
  5.      link IBMCCOMP+PARSERR, IBMCCOMP.DLL,, LLIBCDLL.LIB+ OS2.LIB,IBMCCOMP.DEF /NOD /CO /NOI /MAP
  6.      rc IBMCCOMP.RES IBMCCOMP.DLL
  7.  
  8. IBMCCOMP.obj: IBMCCOMP.c ibmccomp.h
  9.   cl $(clflags) IBMCCOMP.c
  10.  
  11. PARSERR.obj: PARSERR.c
  12.   cl $(clflags) parserr.c
  13.