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

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