home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prog_pm / chap05 / imagecat < prev    next >
Encoding:
Text File  |  1989-01-09  |  225 b   |  10 lines

  1. #--------------------
  2. # IMAGECAT make file
  3. #--------------------
  4.  
  5. imagecat.obj : imagecat.c
  6.      cl -c -G2sw -W3 imagecat.c
  7.  
  8. imagecat.exe : imagecat.obj imagecat.def
  9.      link imagecat, /align:16, NUL, os2, imagecat
  10.