home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LPTHEX.ZIP / LPTHEX next >
Text File  |  1992-08-31  |  661b  |  40 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 18:25:59 on 08/31/92
  2.  
  3. # Make File Creation run in directory:
  4. #   D:\USER\OS2\LPTHEX;
  5.  
  6. .SUFFIXES:
  7.  
  8. .SUFFIXES: .c .rc .ipf
  9.  
  10. ALL: LPTHEX.EXE \
  11.      LPTHEX.HLP \
  12.      LPTHEX.RES
  13.  
  14. lpthex.exe:  \
  15.   lpthex.OBJ \
  16.   LPTHEX.RES \
  17.   lpthex.def \
  18.   LPTHEX
  19.    @REM @<<LPTHEX.@0
  20.      /ST:500000 /PM:PM +
  21.      lpthex.OBJ
  22.      lpthex.exe
  23.      
  24.      
  25.      lpthex.def;
  26. <<
  27.    LINK386.EXE @LPTHEX.@0
  28.    RC LPTHEX.RES lpthex.exe
  29.  
  30. {.}.rc.res:
  31.    RC -r .\$*.RC
  32.  
  33. {.}.ipf.hlp:
  34.    IPFC .\$*.IPF
  35.  
  36. {.}.c.obj:
  37.    ICC.EXE /Sp1 /Kf /Folpthex.obj /Gm /Gs- /Felpthex.exe .\$*.c
  38.  
  39. !include LPTHEX.DEP
  40.