home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / CLPPASTE.ZIP / CLP2FILE next >
Text File  |  1991-02-05  |  169b  |  12 lines

  1. #makefile for clp2file
  2.  
  3.  
  4. clp2file.exe: clp2file.obj clp2file.def
  5.     link @clp2file.lnk
  6.  
  7.  
  8. clp2file.obj: clp2file.c
  9.    cl /c /W3 /G2sc /Od /Alfu clp2file.c
  10.  
  11.  
  12.