home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRINTERR.ZIP / PRINTERR.MAK < prev    next >
Text File  |  1990-02-15  |  332b  |  14 lines

  1. # make definition file for the printerr DLL
  2.  
  3. all:    printerr.dll printerr.lib
  4.  
  5. printerr.dll:   printerr.obj
  6.     link /NOD /CO  printerr,printerr.dll,,llibcdll+os2,printerr.def
  7.  
  8. printerr.obj:   printerr.c
  9.     cl -c -Alfu -G2s -Zip -W3 -Ox printerr.c
  10.  
  11. printerr.lib:   printerr.def
  12.     implib printerr.lib printerr.def
  13.  
  14.