home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / LAPRINT.ZIP / LAPRINT < prev    next >
Text File  |  1991-01-23  |  637b  |  24 lines

  1.  
  2. ALL: LAPRINT.EXE
  3.  
  4. LAPRINT.res : LAPRINT.rc LAPRINT.rch
  5.      rc -r LAPRINT.rc
  6.  
  7. LAPRINT.obj : LAPRINT.c LAPRINT.h
  8.      cl -B1 c1l.exe -c -G2s -Zp -Alfw -mt -W1 -Os  LAPRINT.c
  9.  
  10. LAPRINT1.obj : LAPRINT1.c LAPRINT.h
  11.      cl -B1 c1l.exe -c -G2s -Zp -Alfw -mt -W1 -Os  -NT LAPRINT1 LAPRINT1.c
  12.             
  13. LAPRINT0.obj : LAPRINT0.c LAPRINT.h
  14.      cl -B1 c1l.exe -c -G2s -Zp -Alfw -mt -W1 -Os  -NT LAPRINT0 LAPRINT0.c
  15.             
  16. LAPRINT.hlp: LAPRINT.ipf
  17.      ipfc LAPRINT.ipf
  18.  
  19. LAPRINT.EXE : LAPRINT.res LAPRINT.def LAPRINT.obj LAPRINT.hlp \
  20.          LAPRINT1.obj LAPRINT0.obj
  21.      link @LAPRINT.lnk
  22.      rc LAPRINT.res
  23.  
  24.