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

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