home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DLGHIGH.ZIP / DLGHIGH next >
Text File  |  1990-11-17  |  346b  |  16 lines

  1. #─────────────────
  2. # Dialog make file
  3. #─────────────────
  4.  
  5. All : dlghigh.exe
  6.  
  7. dlghigh.obj : dlghigh.c dlghigh.h
  8.      cl -c -AL -G2sw -Od -W4 -Zep dlghigh.c
  9.  
  10. dlghigh.res : dlghigh.rc dlghigh.h
  11.      rc -r dlghigh
  12.  
  13. dlghigh.exe : dlghigh.obj dlghigh.res
  14.      link /NOD dlghigh, /align:16, NUL, os2 llibcep, dlghigh
  15.      rc dlghigh.res
  16.