home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / WINCPP.ZIP / MAKELIB < prev    next >
Text File  |  1994-01-24  |  184b  |  15 lines

  1. .cpp.obj:
  2.     tcc -c $<
  3.     tlib $(LIB) +-$*.obj
  4. OBJ=window.obj \
  5. dirvideo.obj \
  6. wbuff.obj \
  7. wcell.obj \
  8. wlist.obj \
  9. wmisc.obj
  10. LIB=window.lib
  11.  
  12. $(LIB):    $(OBJ)
  13.  
  14. $(OBJ):    window.h
  15.