home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_1 / hexcalc / hexcalcp.mak < prev    next >
Encoding:
Text File  |  1989-03-02  |  474 b   |  18 lines

  1. # Figure 2pm
  2. # =========
  3.  
  4.  
  5. #------------------------------------------------
  6. # HEXCALCP make file (OS/2 Presentation Manager)
  7. #------------------------------------------------
  8.  
  9. hexcalcp.obj: hexcalcp.c hexcalcp.h
  10.      cl -c -D LINT_ARGS -G2sw -W2 -Zp hexcalcp.c
  11.  
  12. hexcalcp.res : hexcalcp.rc hexcalcp.h
  13.      rc -r hexcalcp.rc
  14.  
  15. hexcalcp.exe: hexcalcp.obj hexcalcp.def hexcalcp.res
  16.      link hexcalcp, /align:16, /map, slibc5 os2, hexcalcp
  17.      rc hexcalcp.res
  18.