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

  1. #-----------------------
  2. # JUSTIFY.MAK make file
  3. #-----------------------
  4.  
  5. justify.exe : justify.obj justify.def justify.res
  6.      link justify, /align:16, NUL, /nod slibcew libw, justify
  7.      rc justify.res
  8.  
  9. justify.obj : justify.c justify.h
  10.      cl -c -Gsw -Ow -W2 -Zp justify.c
  11.  
  12. justify.res : justify.rc justify.asc justify.h
  13.      rc -r justify.rc
  14.