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

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