home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap19 / showbit.mak < prev    next >
Encoding:
Text File  |  1990-11-12  |  268 b   |  11 lines

  1. #-----------------------
  2. # SHOWBIT.MAK make file
  3. #-----------------------
  4.  
  5. showbit.exe : showbit.obj showbit.def
  6.      link showbit, /align:16, NUL, /nod slibcew libw, showbit
  7.      rc showbit.exe
  8.  
  9. showbit.obj : showbit.c
  10.      cl -c -Gsw -Ow -W2 -Zp showbit.c
  11.